diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4305f4..67009a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 0.1.63 + +### Various fixes & improvements + +- feat(spans): Add topic definition for buffered-segment topic (#237) by @shruthilayaj + ## 0.1.62 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index 374a5c3f..46c53a67 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.md" -version = "0.1.62" +version = "0.1.63" edition = "2021" build = "rust/build.rs" diff --git a/setup.py b/setup.py index a8e7b403..905e9fe1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-kafka-schemas", - version="0.1.62", + version="0.1.63", author="Sentry", author_email="oss@sentry.io", url="https://github.com/getsentry/sentry-kafka-schemas",