diff --git a/CHANGELOG.md b/CHANGELOG.md
index b77b9446c1607e958278e57887e6992ebecad48c..82d7fb82018b9d8ee283c227e62ce447c3492e40 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 5e4f09959bd8cdd08303a9035e89459966fdc122..a6a105b1f78bd95d70786ecdb7484b484e1f0608 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