Skip to content

Commit

Permalink
Merge pull request #247 from Shopify/release-1.6.1
Browse files Browse the repository at this point in the history
Release 1.6.1
  • Loading branch information
rochlefebvre authored Jul 3, 2024
2 parents 7f2c61d + 4aa8168 commit 446be27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT
PATH
remote: .
specs:
worldwide (1.6.0)
worldwide (1.6.1)
activesupport (>= 7.0)
i18n
phonelib (~> 0.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/worldwide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Worldwide
VERSION = "1.6.0"
VERSION = "1.6.1"
end

0 comments on commit 446be27

Please sign in to comment.