Skip to content

Commit b6ce354

Browse files
chore: release 2.4.0 (#720)
1 parent bf4747c commit b6ce354

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.4.0] - 2026-04-20
11+
1012
### Added
1113

1214
- 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
118120
- Utilitário `cnpj.display`
119121
- Utilitário `cnpj.validate`
120122

121-
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.3.0...HEAD
123+
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.4.0...HEAD
124+
[2.4.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.4.0
122125
[2.3.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.3.0
123126
[2.2.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.2.0
124127
[2.1.1]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "brutils"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "Utils library for specific Brazilian businesses"
55
authors = ["The Brazilian Utils Organization"]
66
license = "MIT"

0 commit comments

Comments
 (0)