File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- dependabot added. Documentation improved with mkdocstrings (#148 )
11
11
12
+ ## v2.5.5 (2024-02-09)
13
+
14
+ ### Fix
15
+
16
+ - ** dependencies** : bump httpx version constraints to 0.26 (#244 )
17
+
12
18
## v2.5.4 (2024-01-12)
13
19
14
20
### Fix
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " python-schema-registry-client"
3
- version = " 2.5.4 "
3
+ version = " 2.5.5 "
4
4
description = " Python Rest Client to interact against Schema Registry confluent server"
5
5
authors = [
" Marcos Schroh <[email protected] >" ]
6
6
license = " MIT"
@@ -98,7 +98,7 @@ exclude = [
98
98
convention = " google"
99
99
100
100
[tool .commitizen ]
101
- version = " 2.5.4 "
101
+ version = " 2.5.5 "
102
102
tag_format = " v$version"
103
103
version_files = [
104
104
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments