Skip to content

Commit

Permalink
Merge branch 'release/0.1.61'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 12, 2024
2 parents 5bc24e2 + de75431 commit 7a738a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog and versioning

## 0.1.61

### Various fixes & improvements

- Include empty and null `trace_id` (#235) by @xurui-c
- ref: Add compression.type to ingest-feedback-events (#236) by @lynnagara
- feat: Ensure compression.type is specified on all topics (#234) by @lynnagara
- feat(replay): Config new ingest-feedback-events topic (#227) by @aliu3ntry

## 0.1.60

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Kafka topics and schemas for Sentry"
repository = "https://github.com/getsentry/sentry-kafka-schemas"
license-file = "./LICENSE.md"
version = "0.1.60"
version = "0.1.61"
edition = "2021"

build = "rust/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-kafka-schemas",
version="0.1.60",
version="0.1.61",
author="Sentry",
author_email="oss@sentry.io",
url="https://github.com/getsentry/sentry-kafka-schemas",
Expand Down

0 comments on commit 7a738a5

Please sign in to comment.