diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3ca904..6bf481f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 2.14.25 + +### Various fixes & improvements + +- ref: Add more metrics for slow rebalancing (#310) by @untitaker + ## 2.14.24 ### Various fixes & improvements diff --git a/setup.py b/setup.py index 06ebb98c..63b00994 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.14.24", + version="2.14.25", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",