diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d03638e..2fe0c691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## 0.43.8 (2023-06-15) + +### Fix + +- stringcase replaced by casefy. Closes #341 (#347) + ## 0.43.7 (2023-06-13) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ece600f7..c76f197e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.43.7" +version = "0.43.8" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -110,7 +110,7 @@ exclude = [ convention = "google" [tool.commitizen] -version = "0.43.7" +version = "0.43.8" tag_format = "$version" version_files = [ "pyproject.toml:version",