From 83785e0728908e6d88adf8a7d3ee6e07629b06a0 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 3 Nov 2023 19:26:42 +0000 Subject: [PATCH] release: 0.1.34 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818bbf3b..5140f0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 0.1.34 + +### Various fixes & improvements + +- feat(spans): Add a received field to track e2e latency (#189) by @phacops + ## 0.1.33 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index 2da5331f..a619549e 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.33" +version = "0.1.34" edition = "2021" build = "rust/build.rs" diff --git a/setup.py b/setup.py index 0bf91d06..56a0a1d9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-kafka-schemas", - version="0.1.33", + version="0.1.34", author="Sentry", author_email="oss@sentry.io", url="https://github.com/getsentry/sentry-kafka-schemas",