diff --git a/CHANGELOG.md b/CHANGELOG.md index 571eb33c..89074452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.64.1 (2024-10-23) + +### Fix + +- dc-avro dependency (#782) + ## 0.64.0 (2024-10-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 18708f36..4276ce83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.64.0" +version = "0.64.1" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -107,7 +107,7 @@ unfixable = [] "tests/model_generator/test_model_generator.py" = ["E501"] [tool.commitizen] -version = "0.64.0" +version = "0.64.1" tag_format = "$version" version_files = [ "pyproject.toml:version",