diff --git a/CHANGELOG.md b/CHANGELOG.md index b200747b12f5b81c4a476432e52a27f58aa006be..db15867af1f020b3f72767c7971fd45b3f81941b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog All notable changes to this project will be documented in this file. +## [3.0.2] - 2020-02-27 +### Security + +- Fix leak of arbitrary statuses through unfavourite action in REST API ([Gargron](https://github.com/tootsuite/mastodon/pull/13161)) + ## [3.0.1] - 2019-10-10 ### Added diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index f3ead6d8d96d6a2e8d4b9fe902b03cee74f0798b..84d45e9f37bbe3a944aeffac6f74c519bbeba70d 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 1 + 2 end def flags