Skip to content

Commit 4d64fe3

Browse files
committed
release: 0.0.8
1 parent 739ae02 commit 4d64fe3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog and versioning
22

3+
## 0.0.8
4+
5+
### Various fixes & improvements
6+
7+
- fix(tests): Broken Organization ID test (#43) by @rahul-kumar-saini
8+
- fix(slo) Add the request_status / slo fields to the top level (#42) by @evanh
9+
- feat(Querylog): Organization ID Field (#41) by @rahul-kumar-saini
10+
- fix: Relax TransactionSource definition (#40) by @untitaker
11+
312
## 0.0.7
413

514
### Various fixes & improvements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
99

1010
setup(
1111
name="sentry-kafka-schemas",
12-
version="0.0.7",
12+
version="0.0.8",
1313
author="Sentry",
1414
author_email="oss@sentry.io",
1515
url="https://github.com/getsentry/sentry-kafka-schemas",

0 commit comments

Comments
 (0)