Skip to content

Commit

Permalink
Prepare release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rochlefebvre committed Oct 2, 2024
1 parent f13cd4c commit ef41e8f
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,12 +26,14 @@ 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)

---

## [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 ef41e8f

Please sign in to comment.