diff --git a/CHANGELOG.md b/CHANGELOG.md index fbcab7f3..81d92efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - El Salvador (SLV) address summary to reflect the new address structure. +## [4.26.1] - 2024-12-11 + +### Added + +- New postal code for Doradal to Colombia (COL) country file. + ## [4.26.0] - 2024-10-31 ### Fixed diff --git a/manifest.json b/manifest.json index 8b834df5..b58a574a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "4.26.0", + "version": "4.26.1", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en", diff --git a/react/country/COL.js b/react/country/COL.js index ef74f378..91504a4a 100644 --- a/react/country/COL.js +++ b/react/country/COL.js @@ -58,6 +58,7 @@ const countryData = { Copacabana: '05212', Dabeiba: '05234', Donmatías: '05237', + Doradal: '53448', Ebéjico: '05240', 'El Bagre': '05250', 'El Carmen De Viboral': '05148', diff --git a/react/package.json b/react/package.json index c70926b5..ed5d0f3c 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/address-form", - "version": "4.26.0", + "version": "4.26.1", "description": "address-form React component", "main": "lib/index.js", "files": [