diff --git a/CHANGELOG.md b/CHANGELOG.md index 296f0d72..6b2fa7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 0.1.31 + +### Various fixes & improvements + +- fix(spans): Fix snuba-spans example (#182) by @phacops + ## 0.1.30 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index 3b9d4d91..a90e98b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Kafka topics and schemas for Sentry" repository = "https://github.com/getsentry/sentry-kafka-schemas" license-file = "./LICENSE" -version = "0.1.30" +version = "0.1.31" edition = "2021" build = "rust/build.rs" diff --git a/setup.py b/setup.py index b4aac0af..75e8bb0b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-kafka-schemas", - version="0.1.30", + version="0.1.31", author="Sentry", author_email="oss@sentry.io", url="https://github.com/getsentry/sentry-kafka-schemas",