diff --git a/CHANGELOG.md b/CHANGELOG.md index 98321b6c..7c4be0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 2.17.1 + +### Various fixes & improvements + +- fix: Enable stats collection (#348) by @phacops + ## 2.17.0 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index f489c3a7..01e9e63c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_arroyo" -version = "2.17.0" +version = "2.17.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/setup.py b/setup.py index e1c2a196..66b8cfe8 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.17.0", + version="2.17.1", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",