Skip to content

Commit

Permalink
Release v2.2.0 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamaia authored Sep 12, 2024
1 parent cdf37a8 commit ae780c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - 2024-09-12

### Added

- Utilitário `get_address_from_cep` [#358](https://github.com/brazilian-utils/brutils-python/pull/358)
Expand Down Expand Up @@ -79,7 +81,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.1.1...HEAD
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.2.0...HEAD
[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
[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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "brutils"
version = "2.1.1"
version = "2.2.0"
description = "Utils library for specific Brazilian businesses"
authors = ["The Brazilian Utils Organization"]
license = "MIT"
Expand Down

0 comments on commit ae780c5

Please sign in to comment.