File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Version 9.4.1
2+
3+ * [ #847 ] ( https://github.com/Shopify/shopify_api/pull/847 ) Update ` create_permission_url ` method to use grant_options
4+ * [ #852 ] ( https://github.com/Shopify/shopify_api/pull/852 ) Bumping kramdown to fix a security vulnerability
5+
16## Version 9.4.0
27
38* [ #843 ] ( https://github.com/Shopify/shopify_api/pull/843 ) Introduce a new ` access_scopes ` attribute on the Session class.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- shopify_api (9.4.0 )
4+ shopify_api (9.4.1 )
55 activeresource (>= 4.1.0 , < 6.0.0 )
66 graphql-client
77 rack
4141 eventmachine (1.2.7 )
4242 ffi (1.12.2 )
4343 forwardable-extended (2.6.0 )
44- graphql (1.12.5 )
44+ graphql (1.12.6 )
4545 graphql-client (0.16.0 )
4646 activesupport (>= 3.0 )
4747 graphql (~> 1.8 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module ShopifyAPI
3- VERSION = "9.4.0 "
3+ VERSION = "9.4.1 "
44end
You can’t perform that action at this time.
0 commit comments