Skip to content

Commit

Permalink
Merge pull request #95 from Shopify/bump_to_v0.8.0
Browse files Browse the repository at this point in the history
bump to v0.8.0
  • Loading branch information
Arisah Ijeoma authored Feb 2, 2024
2 parents 72b898a + 2f42e91 commit c822643
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

Nil.

---

[0.8.0] - 2024-02-02

- Add translations for address fields with mathematical symbols errors. [#92](https://github.com/Shopify/worldwide/pull/92)
- Enable lookup of Region by alternate name. [#93](https://github.com/Shopify/worldwide/93)
- Allow lookup of EU region using alternate code QUU. [#94](http://github.com/Shopify/worldwide/pull/94)

---

[0.7.1] - 2024-02-01

- Patch in a name for CQ (Sark). [#84](https://github.com/Shopify/worldwide/pull/84)
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 (0.7.1)
worldwide (0.8.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 = "0.7.1"
VERSION = "0.8.0"
end

0 comments on commit c822643

Please sign in to comment.