diff --git a/CHANGELOG.md b/CHANGELOG.md index 762a809a..29b3958f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 0.1.45 + +### Various fixes & improvements + +- ref: Fix querylog schema (#204) by @untitaker + ## 0.1.44 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index dfada39b..626d63df 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.44" +version = "0.1.45" edition = "2021" build = "rust/build.rs" diff --git a/setup.py b/setup.py index 328d6a9e..e455747a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-kafka-schemas", - version="0.1.44", + version="0.1.45", author="Sentry", author_email="oss@sentry.io", url="https://github.com/getsentry/sentry-kafka-schemas",