Skip to content

Commit f79934f

Browse files
committed
Packaging for release 14.3.0
1 parent 3f421a5 commit f79934f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
44

55
## Unreleased
6+
7+
## 14.3.0
68
- [#1312](https://github.com/Shopify/shopify-api-ruby/pull/1312) Use same leeway for `exp` and `nbf` when parsing JWT
79
- [#1314](https://github.com/Shopify/shopify-api-ruby/pull/1314)
810
- Add new session util method `SessionUtils::session_id_from_shopify_id_token`

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (14.2.0)
4+
shopify_api (14.3.0)
55
activesupport
66
concurrent-ruby
77
hash_diff

lib/shopify_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module ShopifyAPI
5-
VERSION = "14.2.0"
5+
VERSION = "14.3.0"
66
end

0 commit comments

Comments
 (0)