Jelajahi Sumber

Merge pull request #564 from Shopify/7.0.1

packaging for v7.0.1
Tyler Ball 6 tahun lalu
induk
melakukan
2a04c0c96f
2 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 4 0
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+== Version 7.0.1
+
+* Support passing version string to `ShopifyAPI::Base.api_version` [#563](https://github.com/Shopify/shopify_api/pull/563)
+
 == Version 7.0.0
 
 * Removed support for `ActiveResouce` < `4.1`.

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "7.0.0"
+  VERSION = "7.0.1"
 end