Parcourir la source

Packaging for release 9.4.1

Paulo Margarido il y a 3 ans
Parent
commit
115bca1b05
3 fichiers modifiés avec 8 ajouts et 3 suppressions
  1. 5 0
      CHANGELOG.md
  2. 2 2
      Gemfile.lock
  3. 1 1
      lib/shopify_api/version.rb

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+## Version 9.4.1
+
+* [#847](https://github.com/Shopify/shopify_api/pull/847) Update `create_permission_url` method to use grant_options
+* [#852](https://github.com/Shopify/shopify_api/pull/852) Bumping kramdown to fix a security vulnerability
+
 ## Version 9.4.0
 
 * [#843](https://github.com/Shopify/shopify_api/pull/843) Introduce a new `access_scopes` attribute on the Session class.

+ 2 - 2
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    shopify_api (9.4.0)
+    shopify_api (9.4.1)
       activeresource (>= 4.1.0, < 6.0.0)
       graphql-client
       rack
@@ -41,7 +41,7 @@ GEM
     eventmachine (1.2.7)
     ffi (1.12.2)
     forwardable-extended (2.6.0)
-    graphql (1.12.5)
+    graphql (1.12.6)
     graphql-client (0.16.0)
       activesupport (>= 3.0)
       graphql (~> 1.8)

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,4 +1,4 @@
 # frozen_string_literal: true
 module ShopifyAPI
-  VERSION = "9.4.0"
+  VERSION = "9.4.1"
 end