Skip to content

Commit 115bca1

Browse files
committed
Packaging for release 9.4.1
1 parent eee4dd4 commit 115bca1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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
@@ -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.5)
44+
graphql (1.12.6)
4545
graphql-client (0.16.0)
4646
activesupport (>= 3.0)
4747
graphql (~> 1.8)

lib/shopify_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ShopifyAPI
3-
VERSION = "9.4.0"
3+
VERSION = "9.4.1"
44
end

0 commit comments

Comments
 (0)