@@ -1,6 +1,9 @@
-Version 8.22 (Unreleased)
+Version 8.23 (Unreleased)
-------------------------
+Version 8.22
+------------
+
- BREAKING: Members will no longer be automatically granted membership to the
default organization. You should use SSO or the invite flows.
- Add support for SAML2 authentication through identity providers that
@@ -48,7 +48,7 @@ from sentry.utils.distutils import (
)
# The version of sentry
-VERSION = '8.22.0.dev0'
+VERSION = '8.23.0.dev0'
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
# in multiprocessing/util.py _exit_function when running `python