Skip to content

Commit a03cda9

Browse files
authored
Merge pull request #70 from Shopify/be-bldg-no-in-a2
Configured Belgium to allow building number in address2
2 parents c614f41 + 2649a52 commit a03cda9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

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

2828
## [Unreleased]
2929

30-
- Update Singapore GST in preparation for January 1 2024 increase [#68](https://github.com/Shopify/worldwide/pull/68)
31-
3230
---
3331

32+
[0.6.4] - 2024-01-22
33+
34+
- Allow building number in address2 for BE [#70](https://github.com/Shopify/worldwide/pull/70)
35+
- Update Singapore GST in preparation for January 1 2024 increase [#68](https://github.com/Shopify/worldwide/pull/68)
36+
3437
[0.6.3] - 2023-12-11
3538

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

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.3)
16+
worldwide (0.6.4)
1717
activesupport (~> 7.0)
1818
i18n (~> 1.12.0)
1919
phonelib (~> 0.8)

db/data/regions/BE.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tags:
1414
- EU-member
1515
phone_number_prefix: 32
1616
building_number_required: true
17+
building_number_may_be_in_address2: true
1718
week_start_day: monday
1819
languages:
1920
- de

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.3"
4+
VERSION = "0.6.4"
55
end

0 commit comments

Comments
 (0)