summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-05-26 17:49:02 +0200
committerEugen Rochko <eugen@zeonfederated.com>2022-05-26 22:13:33 +0200
commitd4ee7e8e8cabcbf2e99c64ba504aa26bd2244aa3 (patch)
tree538e6caa8baf5b0711d3207b3737c85921bfb55b
parent104fdaf4464101ff1f7e3112f6874e9d12b755f6 (diff)
Bump version to 3.4.8v3.4.8
-rw-r--r--CHANGELOG.md9
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3359b26324e..85a1f905d6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,15 @@ Changelog
All notable changes to this project will be documented in this file.
+## [3.4.8] - 2022-05-26
+## Security
+
+- Fix concurrent unfollowing decrementing follower count more than once ([Gargron](https://github.com/mastodon/mastodon/pull/18527))
+- Fix being able to report otherwise inaccessible statuses ([Gargron](https://github.com/mastodon/mastodon/pull/18528))
+- Fix suspended users being able to access APIs that don't require a user ([Gargron](https://github.com/mastodon/mastodon/pull/18524))
+- Fix empty votes arbitrarily increasing voters count in polls ([Gargron](https://github.com/mastodon/mastodon/pull/18526))
+- Fix confirmation redirect to app without `Location` header ([Gargron](https://github.com/mastodon/mastodon/pull/18523))
+
## [3.4.7] - 2022-03-30
### Security
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 29775f750c9..851ca745bd6 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 7
+ 8
end
def flags