diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a3cc4..911f872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 6.4.0 (2024-08-14) + +- Add API Correios (via Correios site) support +- Add OpenCEP support + ## 6.3.1 (2024-05-05) Update copyright and python version diff --git a/pyproject.toml b/pyproject.toml index e8d48d0..fd218e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "brazilcep" -version = "6.3.1" +version = "6.4.0" description = "Minimalist and easy-to-use python library designed to query CEP (brazilian zip codes) data" readme = "README.md" license = { file = "LICENSE" }