Skip to content

Commit c8f02c0

Browse files
authoredAug 29, 2019
Merge pull request #613 from Shopify/release-7.1.0
Packaging for release 7.1.0
2 parents 7014e43 + 214a1ff commit c8f02c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== Version 7.1.0
2+
3+
* Add 2019-10 to known API versions
4+
* Add support for cursor pagination [#594](https://github.com/Shopify/shopify_api/pull/594) and
5+
[#611](https://github.com/Shopify/shopify_api/pull/611)
6+
* `ShopifyAPI::Base.api_version` now defaults to `ShopifyAPI::ApiVersion::NullVersion` instead of `nil`. Making requests without first setting an ApiVersion raises `ApiVersionNotSetError` instead of `NoMethodError: undefined method 'construct_api_path' for nil:NilClass'` [#605](https://github.com/Shopify/shopify_api/pull/605)
7+
18
== Version 7.0.2
29

310
* Add 2019-07 to known API versions.

‎lib/shopify_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ShopifyAPI
2-
VERSION = "7.0.2"
2+
VERSION = "7.1.0"
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.