We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f421a5 + f79934f commit 95817a1Copy full SHA for 95817a1
CHANGELOG.md
@@ -3,6 +3,8 @@
3
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
4
5
## Unreleased
6
+
7
+## 14.3.0
8
- [#1312](https://github.com/Shopify/shopify-api-ruby/pull/1312) Use same leeway for `exp` and `nbf` when parsing JWT
9
- [#1314](https://github.com/Shopify/shopify-api-ruby/pull/1314)
10
- Add new session util method `SessionUtils::session_id_from_shopify_id_token`
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
specs:
- shopify_api (14.2.0)
+ shopify_api (14.3.0)
activesupport
concurrent-ruby
hash_diff
lib/shopify_api/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module ShopifyAPI
- VERSION = "14.2.0"
+ VERSION = "14.3.0"
end
0 commit comments