diff --git a/CHANGELOG.md b/CHANGELOG.md index 036976b0..b1608251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.34.6] - 2023-08-24 + +## [3.34.5] - 2023-08-24 + ### Added - Virgin Islands (US) country rules. @@ -1477,3 +1481,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - This Changelog - **`AddressSubmitter`** component and tests + + +[Unreleased]: https://github.com/vtex/address-form/compare/v3.34.6...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 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 66587a37..711967d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.34.4", + "version": "3.34.6", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en",