Skip to content

Commit

Permalink
Merge pull request #289 from Shopify/release-1.11.0
Browse files Browse the repository at this point in the history
Prepare release 1.11.0
  • Loading branch information
rochlefebvre authored Oct 2, 2024
2 parents f3a3d2e + b540160 commit d697625
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Security in case of vulnerabilities.

## [Unreleased]

---

## [1.11.0] - 2024-10-02
- Add address1_regex to regions [#281](https://github.com/Shopify/worldwide/pull/281)
- Add address1_regex for BE, CL, MX, ES, IL [#282](https://github.com/Shopify/worldwide/pull/282)
- Add address1_regex for DE [#286](https://github.com/Shopify/worldwide/pull/286)
- Update legacy timezone mappings for Europe/Kiev [#288](https://github.com/Shopify/worldwide/pull/288)


---

## [1.10.0] - 2024-09-16
- Add alternate Arabic names for UAE zones [#283](https://github.com/Shopify/worldwide/pull/283)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT
PATH
remote: .
specs:
worldwide (1.10.0)
worldwide (1.11.0)
activesupport (>= 7.0)
i18n
phonelib (~> 0.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/worldwide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Worldwide
VERSION = "1.10.0"
VERSION = "1.11.0"
end

0 comments on commit d697625

Please sign in to comment.