From 3fe60ee0027bdf78a481b19cc2f194b3d7dea732 Mon Sep 17 00:00:00 2001 From: Roch Lefebvre Date: Mon, 11 Dec 2023 09:36:24 -0500 Subject: [PATCH] Release 0.6.1 --- CHANGELOG.md | 8 ++++++-- Gemfile.lock | 2 +- lib/worldwide/version.rb | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538ec9d8b..9cb2cf909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,12 +27,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- nil + +--- + +[0.6.1] - 2023-12-11 + - Allow building number in address2 for DK [#53](https://github.com/Shopify/worldwide/pull/53) - Avoid .present? and .blank? so we don't require Rails [#57](https://github.com/Shopify/worldwide/pull/57) - (bugfix) Zone lookup by name [#58](https://github.com/Shopify/worldwid/pull/58) ---- - [0.6.0] - 2023-12-08 - Add localized concern messages for address1 + 2 warnings and address may not exist message [#54](https://github.com/Shopify/worldwide/pull/54) diff --git a/Gemfile.lock b/Gemfile.lock index f18470e83..58d6b2ba8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - worldwide (0.6.0) + worldwide (0.6.1) activesupport (~> 7.0) i18n (~> 1.12.0) phonelib (~> 0.8) diff --git a/lib/worldwide/version.rb b/lib/worldwide/version.rb index a0b3ca77f..40ae1a5a8 100644 --- a/lib/worldwide/version.rb +++ b/lib/worldwide/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Worldwide - VERSION = "0.6.0" + VERSION = "0.6.1" end