Skip to content

Commit 26f1782

Browse files
authored
Merge pull request #844 from Shopify/packaging-for-release-9-4-0
Packaging for release 9.4.0
2 parents 4d64fb1 + 3e85de5 commit 26f1782

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 9.4.0
2+
3+
* [#843](https://github.com/Shopify/shopify_api/pull/843) Introduce a new `access_scopes` attribute on the Session class.
4+
* Specifying this in the Session constructor is optional. By default, this attribute returns `nil`.
5+
16
## Version 9.3.0
27

38
* [#797](https://github.com/Shopify/shopify_api/pull/797) Release new Endpoint `fulfillment_order.open` and `fulfillment_order.reschedule`.

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (9.3.0)
4+
shopify_api (9.4.0)
55
activeresource (>= 4.1.0, < 6.0.0)
66
graphql-client
77
rack
@@ -41,7 +41,7 @@ GEM
4141
eventmachine (1.2.7)
4242
ffi (1.12.2)
4343
forwardable-extended (2.6.0)
44-
graphql (1.12.3)
44+
graphql (1.12.5)
4545
graphql-client (0.16.0)
4646
activesupport (>= 3.0)
4747
graphql (~> 1.8)

lib/shopify_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ShopifyAPI
3-
VERSION = "9.3.0"
3+
VERSION = "9.4.0"
44
end

0 commit comments

Comments
 (0)