diff --git a/CHANGELOG.md b/CHANGELOG.md index 9092a503..c1c005a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.36.2] - 2024-06-06 + ### Fixed - Ecuador ZIP code regex validation to accept both 6-digit postal codes and the older 4-digit municipality codes used in the list of provinces. @@ -1577,7 +1579,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - **`AddressSubmitter`** component and tests -[Unreleased]: https://github.com/vtex/address-form/compare/v3.36.1...HEAD +[Unreleased]: https://github.com/vtex/address-form/compare/v3.36.2...HEAD [3.34.6]: https://github.com/vtex/address-form/compare/v3.34.5...v3.34.6 [3.34.5]: https://github.com/vtex/address-form/compare/v3.34.4...v3.34.5 [3.35.5]: https://github.com/vtex/address-form/compare/v3.35.4...v3.35.5 @@ -1588,5 +1590,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [3.35.0]: https://github.com/vtex/address-form/compare/v3.34.12...v3.35.0 [3.34.12]: https://github.com/vtex/address-form/compare/v3.34.11...v3.34.12 [3.34.11]: https://github.com/vtex/address-form/compare/v3.34.10...v3.34.11 +[3.36.2]: https://github.com/vtex/address-form/compare/v3.36.1...v3.36.2 [3.36.1]: https://github.com/vtex/address-form/compare/v3.36.0...v3.36.1 [3.36.0]: https://github.com/vtex/address-form/compare/v3.35.6...v3.36.0 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 83350988..bf2d1bf2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.36.1", + "version": "3.36.2", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en",