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.0 (2023-06-26)
13
+
14
+ ### Feat
15
+
16
+ - Add support for generic httpx.Auth (#174 )
17
+
12
18
## v2.4.4 (2023-06-26)
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.4.4 "
3
+ version = " 2.5.0 "
4
4
description = " Python Rest Client to interact against Schema Registry confluent server"
5
5
authors = [
" Marcos Schroh <[email protected] >" ]
6
6
license = " MIT"
@@ -99,7 +99,7 @@ exclude = [
99
99
convention = " google"
100
100
101
101
[tool .commitizen ]
102
- version = " 2.4.4 "
102
+ version = " 2.5.0 "
103
103
tag_format = " v$version"
104
104
version_files = [
105
105
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments