diff --git a/CHANGELOG.md b/CHANGELOG.md index c059886b4..9c8fda923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,11 +26,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Security in case of vulnerabilities. ## [Unreleased] -- Move Units constants `SUPPORTED_HUMANIZATIONS` and `MEASUREMENT_KEYS` to `Worldwide.units.supported_humanizations` and `Worldwide.units.measurement_keys` [#240](https://github.com/Shopify/worldwide/pull/240) -- Allow house numbers on address2 for Japan [#245](https://github.com/Shopify/worldwide/pull/245) --- +## [1.6.1] - 2024-07-03 +- Move Units constants `SUPPORTED_HUMANIZATIONS` and `MEASUREMENT_KEYS` to `Worldwide.units.supported_humanizations` and `Worldwide.units.measurement_keys` [#240](https://github.com/Shopify/worldwide/pull/240) +- Allow house numbers on address2 for Japan [#245](https://github.com/Shopify/worldwide/pull/245) + ## [1.6.0] - 2024-06-21 - Support multiple script-based address concatenation rules for each country [#224](https://github.com/Shopify/worldwide/pull/224) - Fixed a typo in list of supported scripts from `Latn` to `Latin` diff --git a/Gemfile.lock b/Gemfile.lock index 5e0065766..fd2063a8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - worldwide (1.6.0) + worldwide (1.6.1) activesupport (>= 7.0) i18n phonelib (~> 0.8) diff --git a/lib/worldwide/version.rb b/lib/worldwide/version.rb index ec5c0b524..2c111edd4 100644 --- a/lib/worldwide/version.rb +++ b/lib/worldwide/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Worldwide - VERSION = "1.6.0" + VERSION = "1.6.1" end