summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-03-30 14:28:05 +0200
committerEugen Rochko <eugen@zeonfederated.com>2022-03-30 15:11:42 +0200
commitd83a46735cfe0e097e73e33fe787bf8dd6b76932 (patch)
tree676f99ff6e11209cb18415a6d84fddc91b989431
parenta73f32f7dc4ff48f7dded07b9205beb1e84362c1 (diff)
Bump version to 3.3.3v3.3.3stable-3.3
-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 b77b9446c16..82d7fb82018 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.3.3] - 2022-03-30
+### Security
+
+- Fix being able to bypass e-mail restrictions ([Gargron](https://github.com/mastodon/mastodon/pull/17909))
+
## [3.3.2] - 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 5e4f09959bd..a6a105b1f78 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 2
+ 3
end
def flags