File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog and versioning
2
2
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
+
3
12
## 0.0.7
4
13
5
14
### Various fixes & improvements
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 = "0.0.7 " ,
12
+ version = "0.0.8 " ,
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