summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-02-27 08:46:04 +0100
committerEugen Rochko <eugen@zeonfederated.com>2020-02-27 09:56:33 +0100
commit45dedc45162deee33430d12c5f272c94a5f86491 (patch)
tree2b5a47760e95055800c4eb8232f5d675a39dc014
parentbf0942a0243b337696f39cbc55b98df07ae5d612 (diff)
Bump version to 3.0.2v3.0.2stable-3.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b200747b12f..db15867af1f 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 f3ead6d8d96..84d45e9f37b 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