diff --git a/CHANGELOG.md b/CHANGELOG.md index abe2b21f..325fc547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog and versioning +## 2.11.2 + +### Various fixes & improvements + +- Revert "feat: add more item size stats to multiprocessing (and metrics refactor) (#235)" (#240) by @untitaker +- fix(multiprocessing): More performant backpressure [INC-378] (#238) by @untitaker +- fix(multiprocessing): Honor join() timeout even if processing pool is overloaded [INC-378] (#237) by @untitaker +- docs: Minor readability details (#236) by @kamilogorek +- feat: add more item size stats to multiprocessing (and metrics refactor) (#235) by @untitaker + ## 2.11.1 ### Various fixes & improvements diff --git a/setup.py b/setup.py index 8725f0ae..1401656e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.11.1", + version="2.11.2", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",