Skip to content

Commit 09fdc66

Browse files
committed
release 0.6.6
1 parent 26d0496 commit 09fdc66

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-
- Allow building numbers on address2 field for Portugal addresses [#73](https://github.com/Shopify/worldwide/pull/73)
30+
nil.
3131

3232
---
3333

34+
[0.6.6] - 2024-01-25
35+
36+
- Allow building numbers on address2 field for Portugal addresses [#73](https://github.com/Shopify/worldwide/pull/73)
37+
3438
[0.6.5] - 2024-01-24
3539

3640
- Allow building numbers on address2 field for Polish addresses [#71](https://github.com/Shopify/worldwide/pull/71)

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

0 commit comments

Comments
 (0)