diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb57c9..a4851ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Utilitário `convert_code_to_uf` [#397](https://github.com/brazilian-utils/brutils-python/pull/410) - Utilitário `convert_date_to_text`[#394](https://github.com/brazilian-utils/brutils-python/pull/415) - Utilitário `get_municipality_by_code` [412](https://github.com/brazilian-utils/brutils-python/pull/412) - - Utilitário `get_code_by_municipality_name` [#399](https://github.com/brazilian-utils/brutils-python/issues/399) +- Utilitário `get_code_by_municipality_name` [#399](https://github.com/brazilian-utils/brutils-python/issues/399) +- Utilitário `format_currency` [#426](https://github.com/brazilian-utils/brutils-python/issues/426) ## [2.2.0] - 2024-09-12 diff --git a/README.md b/README.md index 3134516..8c35ffd 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ False - [format\_voter\_id](#format_voter_id) - [generate\_voter\_id](#generate_voter_id) - [IBGE](#ibge) - - [convert_code_to_uf](#convert_code_to_uf) - [get_code_by_municipality_name](#get_code_by_municipality_name) + - [convert_code_to_uf](#convert_code_to_uf) - [get\_municipality\_by\_code](#get_municipality_by_code) - [Monetário](#monetário) - [format\_currency](#format_currency)