Skip to content

Commit

Permalink
release: 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed May 3, 2022
1 parent 84f4f85 commit 1dea300
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog and versioning

## 0.0.18

### Various fixes & improvements

- fix(tests): Make tests pass on M1 Macs (#67) by @mcannizz
- test: Fix flaky test (#66) by @lynnagara
- feat: Add flag to restore confluence kafka auto.offset.reset behavior (#54) by @mitsuhiko
- feat(dlq): Added produce policy (#57) by @rahul-kumar-saini
- feat(dlq): Revamped Invalid Message(s) Model (#64) by @rahul-kumar-saini

## 0.0.17

### 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="0.0.17",
version="0.0.18",
author="Sentry",
author_email="oss@sentry.io",
license="Apache-2.0",
Expand Down

0 comments on commit 1dea300

Please sign in to comment.