diff --git a/CHANGELOG.md b/CHANGELOG.md index 751afa45..2f154c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.62.6 (2024-08-14) + +### Fix + +- inflector dependency replaced by inflection. First steps to publish library to Conda. Related to #706 (#719) + ## 0.62.5 (2024-08-13) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e5d11496..5f96d977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.62.5" +version = "0.62.6" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -102,7 +102,7 @@ unfixable = [] "tests/model_generator/test_model_generator.py" = ["E501"] [tool.commitizen] -version = "0.62.5" +version = "0.62.6" tag_format = "$version" version_files = [ "pyproject.toml:version",