diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfadfee..e537664e 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.35.0] - 2024-01-25 + ### Added - Hungary country rules and placeholder. @@ -1524,8 +1526,9 @@ 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.34.12...HEAD +[Unreleased]: https://github.com/vtex/address-form/compare/v3.35.0...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.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 \ No newline at end of file diff --git a/manifest.json b/manifest.json index ac4025bb..4a45c3d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.34.12", + "version": "3.35.0", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en",