Skip to content

Commit

Permalink
release: 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 21, 2022
1 parent ad77984 commit 3b6d027
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog and versioning

## 2.3.1

### Various fixes & improvements

- ref(decoder): Remove dead code (#167) by @lynnagara
- ref(commit_policy): Improve performance of commit policy (#162) by @untitaker
- feat(decoders): Json decoder can be used without schema (#166) by @lynnagara

## 2.3.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-arroyo",
version="2.3.0",
version="2.3.1",
author="Sentry",
author_email="[email protected]",
license="Apache-2.0",
Expand Down

0 comments on commit 3b6d027

Please sign in to comment.