summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2018-09-15 06:57:25 -0400
committerPaul Woolcock <paul@woolcock.us>2018-09-15 07:04:06 -0400
commit33e74b4442833c20ebcd2de45f9e1a99c80a5a7e (patch)
tree180f82adb20c8151119471bdaff3e11e2646a9d1 /CHANGELOG.md
parent1f0ba1846c1b666712147ff52207ebfbd7c4ad79 (diff)
Prep for v0.15.0 release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ebea25..81bfbf5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,32 @@
+<a name="v0.15.0"></a>
+## v0.15.0 (2018-09-15)
+
+This release adds support for all new API endpoints introduced in Mastodon 2.4.* and 2.5.0
+
+#### Features
+
+* **scopes:** Implement granular OAuth scopes ([e284894d](e284894d), closes [#44](44))
+* **helpers:** cli::authenticate ([034bd4e6](034bd4e6))
+* **client:** Implement client.update\_credentials ([a57c7e2f](a57c7e2f))
+* **status:** Add language code to status builer ([989d9a59](989d9a59), closes [#55](55))
+* **client:** Implement profile metadata update ([0ad1e374](0ad1e374), closes [#54](54))
+* **search:** Implement `GET /api/v2/search` ([28192e11](28192e11))
+* **client:** Implement push notifciations endpoints ([690b029d](690b029d), closes [#53](53))
+* **client:** Add `replies_count` property to `Status` entities ([7d752a9f](7d752a9f), closes [#73](73))
+* **client:** Implement Keyword filtering API ([7d164cb8](7d164cb8), closes [#71](71))
+* **client:** Implement the Follow Suggestions API ([7de1bdc0](7de1bdc0), closes [#72](72))
+* **client:** Implement the Endorsements API ([1f0ba184](1f0ba184), closes [#74](74))
+
+#### Breaking Changes
+
+* **scopes:** Implement granular OAuth scopes ([e284894d](e284894d)) (closes [#44](44))
+
+#### Bug Fixes
+
+* **client:** change return value of client.unfollow to `Relationship` ([20a9c69a](20a9c69a))
+* **client:** change `POST /search` to `GET /search` ([34e2c008](34e2c008))
+
+
<a name="v0.14.0"></a>
## v0.14.0 (2018-08-29)