@@ -1,6 +1,9 @@
-Version 8.4 (Unreleased)
+Version 8.5 (Unreleased)
------------------------
+Version 8.4
+-----------
+
- Fixed bug that caused some email subjects to be generated without respecting the project subject prefix option.
- Organization's can now opt-in to early adopter features (via organization settings).
- User Feedback is now enabled by default.
@@ -46,7 +46,7 @@ from setuptools.command.sdist import sdist as SDistCommand
from setuptools.command.develop import develop as DevelopCommand
# The version of sentry
-VERSION = '8.4.0.dev0'
+VERSION = '8.5.0.dev0'
# Also see sentry.utils.integrationdocs.DOC_FOLDER
INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(