From e10c06a7434ebdc25a143d7c4dbc854382a2d29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Ant=C3=B4nia=20Maia?= Date: Sat, 6 Jan 2024 08:22:38 -0300 Subject: [PATCH] Release v2.1.1 (#326) --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0bcab5..b31df6e1 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.1.1] - 2024-01-06 + ### Fixed - `generate_legal_process` [#325](https://github.com/brazilian-utils/brutils-python/pull/325) @@ -70,6 +72,7 @@ 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.0...HEAD +[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.1.1...HEAD +[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 816f7848..44a44042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brutils" -version = "2.1.0" +version = "2.1.1" description = "Utils library for specific Brazilian businesses" authors = ["The Brazilian Utils Organization"] license = "MIT"