From 16d52b55caee914f1a9552efe18129a5e06faeab Mon Sep 17 00:00:00 2001 From: Devan Andersen Date: Tue, 13 Feb 2024 12:30:36 -0500 Subject: [PATCH] release 0.10.0 --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/worldwide/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5386eca4b..e913505e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- Nil. + +--- + +[0.10.0] - 2024-02-13 + +- New UTC long timezone format [#103](https://github.com/shopify/worldwide/pull/103) - Configure FR to hide provinces from addresses [#101](https://github.com/Shopify/worldwide/pull/101) [0.9.0] - 2024-02-05 diff --git a/Gemfile.lock b/Gemfile.lock index c474ed01a..924a262ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - worldwide (0.9.0) + worldwide (0.10.0) activesupport (~> 7.0) i18n phonelib (~> 0.8) diff --git a/lib/worldwide/version.rb b/lib/worldwide/version.rb index 4baf5bf84..a5d71cdb7 100644 --- a/lib/worldwide/version.rb +++ b/lib/worldwide/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Worldwide - VERSION = "0.9.0" + VERSION = "0.10.0" end