Skip to content

Commit 5fa5e6b

Browse files
authored
Merge pull request #63 from Shopify/bump-063
Bump to 0.6.3
2 parents 7a6e110 + fdf785f commit 5fa5e6b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

2828
## [Unreleased]
2929

30-
- Change HM, TF and GS `group_name` to respective continents based on M49. [#60](https://github.com/Shopify/worldwide/pull/60)
30+
- nil
3131

3232
---
3333

34+
[0.6.3] - 2023-12-11
35+
36+
- Change HM, TF and GS `group_name` to respective continents based on M49. [#60](https://github.com/Shopify/worldwide/pull/60)
37+
3438
[0.6.2] - 2023-12-11
3539

3640
- Zone lookup by Hash [#61](https://github.com/Shopify/worldwide/pull/61)

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.6.2)
16+
worldwide (0.6.3)
1717
activesupport (~> 7.0)
1818
i18n (~> 1.12.0)
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.6.2"
4+
VERSION = "0.6.3"
55
end

0 commit comments

Comments
 (0)