Skip to content

Commit f6588ed

Browse files
authored
Merge pull request #369 from Shopify/release_1_17_2
Release 1.17.2
2 parents a3ad746 + b0a1213 commit f6588ed

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727

2828
## [Unreleased]
2929

30-
- Add name formatter translations for missing languages [#367](https://github.com/Shopify/worldwide/pull/367)
31-
- Update South Africa to be considered Tax Inclusive [#352](https://github.com/Shopify/worldwide/pull/352)
3230

3331
---
3432

33+
## [1.17.2] - 2025-06-18
34+
- Add name formatter translations for missing languages [#367](https://github.com/Shopify/worldwide/pull/367)
35+
- Update South Africa to be considered Tax Inclusive [#352](https://github.com/Shopify/worldwide/pull/352)
36+
3537
## [1.17.1] - 2025-06-06
3638
- Require postcodes and update regex in MT [#354](https://github.com/Shopify/worldwide/pull/354)
3739
- Introduce name_alternates for NZ regions [#357](https://github.com/Shopify/worldwide/pull/357)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
worldwide (1.17.1)
16+
worldwide (1.17.2)
1717
activesupport (>= 7.0)
1818
i18n
1919
phonelib (~> 0.8)

lib/worldwide/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Worldwide
4-
VERSION = "1.17.1"
4+
VERSION = "1.17.2"
55
end

0 commit comments

Comments
 (0)