Skip to content

Commit 6258720

Browse files
committed
Prepare release 1.17.3
1 parent 49ba6dd commit 6258720

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
- Security in case of vulnerabilities.
2727

2828
## [Unreleased]
29-
- Require postal codes in Romania [#368](https://github.com/Shopify/worldwide/pull/368)
3029

3130
---
3231

32+
## [1.17.3] - 2025-06-23
33+
- Require postal codes in Romania [#368](https://github.com/Shopify/worldwide/pull/368)
34+
3335
## [1.17.2] - 2025-06-18
3436
- Add name formatter translations for missing languages [#367](https://github.com/Shopify/worldwide/pull/367)
3537
- Update South Africa to be considered Tax Inclusive [#352](https://github.com/Shopify/worldwide/pull/352)

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.2)
16+
worldwide (1.17.3)
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.2"
4+
VERSION = "1.17.3"
55
end

0 commit comments

Comments
 (0)