Skip to content

Commit ae780c5

Browse files
authored
Release v2.2.0 (#393)
1 parent cdf37a8 commit ae780c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.2.0] - 2024-09-12
11+
1012
### Added
1113

1214
- 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
7981
- Utilitário `cnpj.display`
8082
- Utilitário `cnpj.validate`
8183

82-
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.1.1...HEAD
84+
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.2.0...HEAD
85+
[2.2.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.2.0
8386
[2.1.1]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.1
8487
[2.1.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.0
8588
[2.0.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.0.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "brutils"
3-
version = "2.1.1"
3+
version = "2.2.0"
44
description = "Utils library for specific Brazilian businesses"
55
authors = ["The Brazilian Utils Organization"]
66
license = "MIT"

0 commit comments

Comments
 (0)