diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cdcf6e..a5125778 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.38.2] - 2024-12-18 + ### Fixed - El Salvador (SLV) address summary to reflect the new address structure. @@ -1639,7 +1641,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.38.1...HEAD +[Unreleased]: https://github.com/vtex/address-form/compare/v3.38.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 @@ -1654,6 +1656,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [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 +[3.38.2]: https://github.com/vtex/address-form/compare/v3.38.1...v3.38.2 [3.38.1]: https://github.com/vtex/address-form/compare/v3.38.0...v3.38.1 [3.38.0]: https://github.com/vtex/address-form/compare/v3.37.3...v3.38.0 [3.37.3]: https://github.com/vtex/address-form/compare/v3.37.2...v3.37.3 diff --git a/manifest.json b/manifest.json index 3deb2e7c..77300087 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.38.1", + "version": "3.38.2", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en",