diff --git a/CHANGELOG.md b/CHANGELOG.md index 2962745a..818bbf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog and versioning +## 0.1.33 + +### Various fixes & improvements + +- Add gauges to ingest + snuba generic metrics schema (#186) by @ayirr7 +- feat(feedback): add feedback as new event type (#187) by @JoshFerge + ## 0.1.32 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index 89a6feeb..2da5331f 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.32" +version = "0.1.33" edition = "2021" build = "rust/build.rs" diff --git a/setup.py b/setup.py index f9542b29..0bf91d06 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-kafka-schemas", - version="0.1.32", + version="0.1.33", author="Sentry", author_email="oss@sentry.io", url="https://github.com/getsentry/sentry-kafka-schemas",