We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239b250 commit 4b14529Copy full SHA for 4b14529
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Version 9.5
2
+
3
+* [#883](https://github.com/Shopify/shopify_api/pull/883) Add support for Ruby 3.0
4
5
## Version 9.4.1
6
7
* [#847](https://github.com/Shopify/shopify_api/pull/847) Update `create_permission_url` method to use grant_options
lib/shopify_api/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ShopifyAPI
- VERSION = "9.4.1"
+ VERSION = "9.5"
end
0 commit comments