diff --git a/CHANGELOG.md b/CHANGELOG.md index f7579c6..3efcab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2024-09-12 + ### Added - Utilitário `get_address_from_cep` [#358](https://github.com/brazilian-utils/brutils-python/pull/358) @@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Utilitário `cnpj.display` - Utilitário `cnpj.validate` -[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.1.1...HEAD +[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.2.0 [2.1.1]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.1 [2.1.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.0 [2.0.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.0.0 diff --git a/pyproject.toml b/pyproject.toml index 28f09c2..e70382e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brutils" -version = "2.1.1" +version = "2.2.0" description = "Utils library for specific Brazilian businesses" authors = ["The Brazilian Utils Organization"] license = "MIT"