Skip to content

Commit 6295cc8

Browse files
bump: version 2.5.2 → 2.5.3
1 parent 6e29d81 commit 6295cc8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff 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.3 (2024-01-04)
13+
14+
### Fix
15+
16+
- order of arguments in SchemaVersion constructor (#227)
17+
1218
## v2.5.2 (2023-12-11)
1319

1420
### Fix

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-schema-registry-client"
3-
version = "2.5.2"
3+
version = "2.5.3"
44
description = "Python Rest Client to interact against Schema Registry confluent server"
55
authors = ["Marcos Schroh <[email protected]>"]
66
license = "MIT"
@@ -99,7 +99,7 @@ exclude = [
9999
convention = "google"
100100

101101
[tool.commitizen]
102-
version = "2.5.2"
102+
version = "2.5.3"
103103
tag_format = "v$version"
104104
version_files = [
105105
"pyproject.toml:version",

0 commit comments

Comments
 (0)