CHANGELOG.md in qiita-1.3.2 vs CHANGELOG.md in qiita-1.3.3

- old
+ new

@@ -1,44 +1,66 @@ -## 1.3.2 -- Fix broken client methods (thx @kmrshntr) +## v1.3.3 -## 1.3.1 -- Fix client methods that have templated path (#12, thx @mzp) +- Add `#get_item_like` method +- Add `#list_item_likes` method +- Change method name from `#patch_project` to `#update_project` +- Fix broken `#delete_item` -## 1.3.0 +## v1.3.2 + +- Fix broken client methods + +## v1.3.1 + +- Fix client methods that have templated path + +## v1.3.0 + - Update methods and their descriptions -## 1.2.0 +## v1.2.0 + - Update method names and docs about likes API -## 1.1.2 +## v1.1.2 + - Slop v4 is not supported for now -## 1.1.1 +## v1.1.1 + - Support --host with --team option -## 1.1.0 +## v1.1.0 + - Add --no-ssl-verification option -## 1.0.7 +## v1.0.7 + - Add list_authenticated_user_items method -## 1.0.6 +## v1.0.6 + - Add create_tagging and delete_tagging methods -## 1.0.5 +## v1.0.5 + - Add client methods about following, LGTM, and stock -## 1.0.4 +## v1.0.4 + - Add list_teams method -## 1.0.3 +## v1.0.3 + - Escape request URL path -## 1.0.2 +## v1.0.2 + - Add a new API: list_item_stockers(item_id) -## 1.0.1 +## v1.0.1 + - Fix response body existence check logic -## 1.0.0 +## v1.0.0 + - Support Qiita API v2