Skip to content

Commit e10c06a

Browse files
authored
Release v2.1.1 (#326)
1 parent 72fff9b commit e10c06a

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.1.1] - 2024-01-06
11+
1012
### Fixed
1113

1214
- `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
7072
- Utilitário `cnpj.display`
7173
- Utilitário `cnpj.validate`
7274

73-
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.1.0...HEAD
75+
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.1.1...HEAD
76+
[2.1.1]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.1
7477
[2.1.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.0
7578
[2.0.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.0.0

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.1.0"
3+
version = "2.1.1"
44
description = "Utils library for specific Brazilian businesses"
55
authors = ["The Brazilian Utils Organization"]
66
license = "MIT"

0 commit comments

Comments
 (0)