Browse Source

Packaging for release 7.1.0

Drew Martin 5 years ago
parent
commit
aa39b830e6
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 7 - 0
CHANGELOG.md

@@ -1,3 +1,10 @@
+== Version 7.1.0
+
+* Add 2019-10 to known API versions
+* Add support for cursor pagination [#594](https://github.com/Shopify/shopify_api/pull/594) and
+[#611](https://github.com/Shopify/shopify_api/pull/611)
+
+
 == Version 7.0.2
 
 * Add 2019-07 to known API versions.

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "7.0.2"
+  VERSION = "7.1.0"
 end