From 824ee58859ed71820c048a4bf28b2bcbd25d3ddf Mon Sep 17 00:00:00 2001 From: Omar Benzekri Date: Fri, 18 Sep 2026 17:08:31 -0400 Subject: [PATCH] Prepare Worldwide 1.27.1 release --- CHANGELOG.md | 10 +++++++--- Gemfile.lock | 2 +- lib/worldwide/version.rb | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563179024..0bba337b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,10 +27,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -- Reject malformed currency codes before caching. +--- + +## [1.27.1] - 2026-09-18 + +- Reject malformed currency codes before caching. [#596](https://github.com/Shopify/worldwide/pull/596) - Add IE Eircode routing keys `N39` (Longford) and `N41` (Carrick-on-Shannon) to each other's `zips_crossing_provinces` entries, so both are valid for Longford and Leitrim. [#601](https://github.com/Shopify/worldwide/pull/601) -- Avoid retaining unknown locale codes in the global locale cache. -- Avoid excessive backtracking in Dutch address fallback parsing. +- Avoid retaining unknown locale codes in the global locale cache. [#597](https://github.com/Shopify/worldwide/pull/597) +- Avoid excessive backtracking in Dutch address fallback parsing. [#599](https://github.com/Shopify/worldwide/pull/599) --- diff --git a/Gemfile.lock b/Gemfile.lock index 764f402db..58b9bb761 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - worldwide (1.27.0) + worldwide (1.27.1) activesupport (>= 7.0) i18n (>= 1.15) phonelib (~> 0.8) diff --git a/lib/worldwide/version.rb b/lib/worldwide/version.rb index b3ad6e701..02d455abe 100644 --- a/lib/worldwide/version.rb +++ b/lib/worldwide/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Worldwide - VERSION = "1.27.0" + VERSION = "1.27.1" end