File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 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
99
1010- dependabot added. Documentation improved with mkdocstrings (#148 )
1111
12+ ## v2.5.5 (2024-02-09)
13+
14+ ### Fix
15+
16+ - ** dependencies** : bump httpx version constraints to 0.26 (#244 )
17+
1218## v2.5.4 (2024-01-12)
1319
1420### Fix
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-schema-registry-client"
3- version = " 2.5.4 "
3+ version = " 2.5.5 "
44description = " Python Rest Client to interact against Schema Registry confluent server"
55authors = [" Marcos Schroh <schrohm@gmail.com>" ]
66license = " MIT"
@@ -98,7 +98,7 @@ exclude = [
9898convention = " google"
9999
100100[tool .commitizen ]
101- version = " 2.5.4 "
101+ version = " 2.5.5 "
102102tag_format = " v$version"
103103version_files = [
104104 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments