Skip to content

Commit cd9161d

Browse files
authored
Merge pull request #152 from Shopify/release-0.12.0
Release version 0.12.0
2 parents 5829c09 + d305329 commit cd9161d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727

2828
## [Unreleased]
2929

30+
---
31+
32+
## [0.12.0] - 2024-05-15
33+
3034
- Add pry-byebug gem [#149](https://github.com/Shopify/worldwide/pull/149)
3135
- Introduce additional_address_fields to Region class and define them for BE, BR, CL, CO, ES, ID, MX, NL, PH, TR, VN [#148](https://github.com/Shopify/worldwide/pull/148)
3236
- Define format_extended attribute on 12 country regions [#150](https://github.com/Shopify/worldwide/pull/150)
3337

34-
---
35-
3638
## [0.11.1] - 2024-05-13
3739

3840
- Handle blank strings for Region, country_code parameter in Zip normalization

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
worldwide (0.11.1)
16+
worldwide (0.12.0)
1717
activesupport (~> 7.0)
1818
i18n
1919
phonelib (~> 0.8)

lib/worldwide/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Worldwide
4-
VERSION = "0.11.1"
4+
VERSION = "0.12.0"
55
end

0 commit comments

Comments
 (0)