diff --git a/CHANGELOG.md b/CHANGELOG.md index 7914f835..0d373325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog and versioning +## 2.18.0 + +### Various fixes & improvements + +- fix: Allow sending committable from Unfold (#371) by @mj0nez +- all-repos: update actions/upload-artifact to v4 (#381) by @joshuarli + ## 2.17.6 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index 95b6143a..38c92739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_arroyo" -version = "2.17.6" +version = "2.18.0" 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 af71904c..95990484 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.17.6", + version="2.18.0", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",