@@ -1,6 +1,9 @@
-Version 8.21 (Unreleased)
+Version 8.22 (Unreleased)
-------------------------
+Version 8.21
+------------
+
- Ignore querystrings when looking up release artifacts
- Add Visual Studio authentication provider for plugins.
- Add "team" parameter to the project details API.
@@ -48,7 +48,7 @@ from sentry.utils.distutils import (
)
# The version of sentry
-VERSION = '8.21.0.dev0'
+VERSION = '8.22.0.dev0'
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
# in multiprocessing/util.py _exit_function when running `python