summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-03-30 14:30:57 +0200
committerEugen Rochko <eugen@zeonfederated.com>2022-03-30 15:12:11 +0200
commit2a28247f22852c6441221f348dac7cc23fcb3e02 (patch)
treefe29b2b6f55657d2c9da857345b1a8d4c47c105d
parentcc706b1191df5f272ee5e53e69860062d8a2b989 (diff)
Bump version to 3.4.7v3.4.7
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2eff7fa314..3359b26324e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ Changelog
All notable changes to this project will be documented in this file.
+## [3.4.7] - 2022-03-30
+### Security
+
+- Fix being able to post URLs longer than 4096 characters ([Gargron](https://github.com/mastodon/mastodon/pull/17908))
+- Fix being able to bypass e-mail restrictions ([Gargron](https://github.com/mastodon/mastodon/pull/17909))
+
## [3.4.6] - 2022-02-03
### Fixed
- Fix `mastodon:webpush:generate_vapid_key` task requiring a functional environment ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/17338))
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index d71b5b4ac19..29775f750c9 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 6
+ 7
end
def flags