Define the upcoming version of July
@@ -1,3 +1,7 @@
+== Version 7.0.2
+
+* Add 2019-07 to known API versions.
== Version 7.0.1
* Support passing version string to `ShopifyAPI::Base.api_version` [#563](https://github.com/Shopify/shopify_api/pull/563)
@@ -4,6 +4,7 @@ module ShopifyAPI
def define_known_versions
define_version(ShopifyAPI::ApiVersion::Unstable.new)
define_version(ShopifyAPI::ApiVersion::Release.new('2019-04'))
+ define_version(ShopifyAPI::ApiVersion::Release.new('2019-07'))
end
@@ -1,3 +1,3 @@
module ShopifyAPI
- VERSION = "7.0.1"
+ VERSION = "7.0.2"