File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog and versioning
2
2
3
+ ## 1.2.1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat(taskworker): Add taskworker control and dlq topic configurations (#401 ) by @enochtangg
8
+ - feat(snuba-spans): add ` kind ` field (#400 ) by @mjq
9
+ - ref: bump sentry-protos to 0.1.69 (#399 ) by @phacops
10
+
3
11
## 1.2.0
4
12
5
13
### Various fixes & improvements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Kafka topics and schemas for Sentry"
5
5
repository = " https://github.com/getsentry/sentry-kafka-schemas"
6
6
license-file = " ./LICENSE.md"
7
- version = " 1.2.0 "
7
+ version = " 1.2.1 "
8
8
edition = " 2021"
9
9
10
10
build = " rust/build.rs"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
9
9
10
10
setup (
11
11
name = "sentry-kafka-schemas" ,
12
- version = "1.2.0 " ,
12
+ version = "1.2.1 " ,
13
13
author = "Sentry" ,
14
14
author_email = "oss@sentry.io" ,
15
15
url = "https://github.com/getsentry/sentry-kafka-schemas" ,
You can’t perform that action at this time.
0 commit comments