Skip to content

Commit e5d7e01

Browse files
authored
Merge pull request #593 from Shopify/ec-july-version-wip
Define the upcoming version of July
2 parents fcee218 + 2eae530 commit e5d7e01

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== Version 7.0.2
2+
3+
* Add 2019-07 to known API versions.
4+
15
== Version 7.0.1
26

37
* Support passing version string to `ShopifyAPI::Base.api_version` [#563](https://github.com/Shopify/shopify_api/pull/563)

lib/shopify_api/defined_versions.rb

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module DefinedVersions
44
def define_known_versions
55
define_version(ShopifyAPI::ApiVersion::Unstable.new)
66
define_version(ShopifyAPI::ApiVersion::Release.new('2019-04'))
7+
define_version(ShopifyAPI::ApiVersion::Release.new('2019-07'))
78
end
89
end
910
end

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.1"
2+
VERSION = "7.0.2"
33
end

0 commit comments

Comments
 (0)