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
{
2
- "." : " 9.1.0 "
2
+ "." : " 9.1.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 9.1.1] ( https://github.com/muhlba91/onyx-client/compare/v9.1.0...v9.1.1 ) (2024-11-29)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * add more tests for events ([ 5a0f32e] ( https://github.com/muhlba91/onyx-client/commit/5a0f32e332cd3447313d985624dc74970fe49326 ) )
10
+ * ** ci:** add scopes to conform ([ 2aa518f] ( https://github.com/muhlba91/onyx-client/commit/2aa518f3267550dc423db481eb2ecdfb634c48ba ) )
11
+
4
12
## [ 9.1.0] ( https://github.com/muhlba91/onyx-client/compare/v9.0.0...v9.1.0 ) (2024-11-29)
5
13
6
14
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
6
6
7
7
[tool .poetry ]
8
8
name = " onyx-client"
9
- version = " 9.1.0 "
9
+ version = " 9.1.1 "
10
10
description = " HTTP Client for Hella's ONYX.CENTER API."
11
11
license = " MIT"
12
12
authors = [
You can’t perform that action at this time.
0 commit comments