diff --git a/CHANGELOG.md b/CHANGELOG.md index c686663c..7914f835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 2.17.6 + +### Various fixes & improvements + +- Remove non-existent @getsentry/processing from CODEOWNERS (#386) by @onkar + ## 2.17.5 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index f301be47..95b6143a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_arroyo" -version = "2.17.5" +version = "2.17.6" 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 c8ee832d..af71904c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.17.5", + version="2.17.6", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",