Skip to content

Commit

Permalink
release: 2.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Aug 31, 2023
1 parent 01f55cb commit ce3396f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog and versioning

## 2.14.6

### Various fixes & improvements

- fix(produce): Apply backpressure instead of crashing (#281) by @lynnagara
- feat: Automatically resize blocks if they get too small (#270) by @untitaker

## 2.14.5

### 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.14.5",
version="2.14.6",
author="Sentry",
author_email="[email protected]",
license="Apache-2.0",
Expand Down

0 comments on commit ce3396f

Please sign in to comment.