From 8e8f7de9648e9342f36c878019869b459eb334f8 Mon Sep 17 00:00:00 2001 From: Nilton Pimentel Date: Wed, 15 Apr 2026 20:52:18 -0300 Subject: [PATCH] chore: release 2.4.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99df1bf..d3c74c5 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.4.0] - 2026-04-20 + ### Added - Utilitário `convert_name_to_uf` [#606](https://github.com/brazilian-utils/python/pull/606) @@ -118,7 +120,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.3.0...HEAD +[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.4.0 [2.3.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.3.0 [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 diff --git a/pyproject.toml b/pyproject.toml index 78a830d..2e4b4bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brutils" -version = "2.3.0" +version = "2.4.0" description = "Utils library for specific Brazilian businesses" authors = ["The Brazilian Utils Organization"] license = "MIT"