From 58a58f4e2571ef541ffe58fb4fb3c90f5e54fb2f Mon Sep 17 00:00:00 2001 From: Roch Lefebvre Date: Thu, 1 Aug 2024 19:37:01 -0400 Subject: [PATCH] Release 1.7.5 --- CHANGELOG.md | 5 ++++- Gemfile.lock | 2 +- lib/worldwide/version.rb | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2fdb0f..646ef916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,9 +29,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- -## [1.7.4] - 2024-08-01 +## [1.7.5] = 2024-08-01 - Update legacy timezone mappings for America/Indianapolis and Asia/Calcutta [#267](https://github.com/Shopify/worldwide/pull/267) +## [1.7.4] - 2024-08-01 +- Nothing, released by mistake. + ## [1.7.3] - 2024-07-30 - Update NZ postcode prefixes [#265](https://github.com/Shopify/worldwide/pull/265) diff --git a/Gemfile.lock b/Gemfile.lock index c40ea23b..487fdd6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - worldwide (1.7.4) + worldwide (1.7.5) activesupport (>= 7.0) i18n phonelib (~> 0.8) diff --git a/lib/worldwide/version.rb b/lib/worldwide/version.rb index 15986e7f..9cc0824e 100644 --- a/lib/worldwide/version.rb +++ b/lib/worldwide/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Worldwide - VERSION = "1.7.4" + VERSION = "1.7.5" end