Skip to content

Commit cf96228

Browse files
committed
Prepare release 1.15.0
1 parent 08f80dd commit cf96228

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
- Security in case of vulnerabilities.
2727

2828
## [Unreleased]
29-
- Configure Worldwide in railtie [#314](https://github.com/Shopify/worldwide/pull/314)
29+
- Nil
3030

3131
---
32+
33+
## [1.15.0] - 2024-12-03
34+
- Configure Worldwide in railtie [#314](https://github.com/Shopify/worldwide/pull/314)
35+
3236
## [1.14.2] - 2024-11-11
3337
- Update translations [#303](https://github.com/Shopify/worldwide/pull/303)
3438

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
worldwide (1.14.2)
16+
worldwide (1.15.0)
1717
activesupport (>= 7.0)
1818
i18n
1919
phonelib (~> 0.8)

lib/worldwide/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Worldwide
4-
VERSION = "1.14.2"
4+
VERSION = "1.15.0"
55
end

0 commit comments

Comments
 (0)