We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8a388c + d424f7e commit b6baf68Copy full SHA for b6baf68
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog and versioning
2
3
+## 2.9.1
4
+
5
+### Various fixes & improvements
6
7
+- Revert "fix: Prevent repeated calls to consumer.pause() if already paused (#209)" (#210) by @lynnagara
8
9
## 2.9.0
10
11
### Various fixes & improvements
setup.py
@@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]:
setup(
12
name="sentry-arroyo",
13
- version="2.9.0",
+ version="2.9.1",
14
author="Sentry",
15
author_email="[email protected]",
16
license="Apache-2.0",
0 commit comments