Skip to content

Commit a1f55d2

Browse files
committed
8.0.1
1 parent add87ca commit a1f55d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 8.0.1
2+
-------------
3+
4+
- Ignore ``blob:`` urls in hashing algorithms.
5+
- Bump ``extra`` data size to 16k (previously 4k)
6+
- Fixed some odd behavior where superusers appeared as members of a team when they weren't.
7+
- By default, new superusers created through ``sentry createuser`` will be added as a member to a team, if there is only one team available.
8+
19
Version 8.0.0
210
-------------
311

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

4949
# The version of sentry
50-
VERSION = '8.0.0'
50+
VERSION = '8.0.1'
5151

5252
# Also see sentry.utils.integrationdocs.DOC_FOLDER
5353
INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(

0 commit comments

Comments
 (0)