diff --git a/CHANGELOG.md b/CHANGELOG.md index 998582394..37b6d59bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,11 +27,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -- Add localized concern messages for address1 + 2 warnings and address may not exist message [#54](https://github.com/Shopify/worldwide/pull/54) -- Change gem description [#51](https://github.com/Shopify/worldwide/pull/51) +- nil --- +[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) +- Change gem description [#51](https://github.com/Shopify/worldwide/pull/51) + [0.5.1] - 2023-11-29 - Fix for building_number_required to default to false [#48] diff --git a/Gemfile.lock b/Gemfile.lock index a121d372e..f18470e83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - worldwide (0.5.1) + worldwide (0.6.0) activesupport (~> 7.0) i18n (~> 1.12.0) phonelib (~> 0.8) diff --git a/lib/worldwide/version.rb b/lib/worldwide/version.rb index 9689707c3..a0b3ca77f 100644 --- a/lib/worldwide/version.rb +++ b/lib/worldwide/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Worldwide - VERSION = "0.5.1" + VERSION = "0.6.0" end