Browse Source

Packaging for release 9.5

Emily Harber 2 years ago
parent
commit
4b145299a3
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+## Version 9.5
+
+* [#883](https://github.com/Shopify/shopify_api/pull/883) Add support for Ruby 3.0
+
 ## Version 9.4.1
 
 * [#847](https://github.com/Shopify/shopify_api/pull/847) Update `create_permission_url` method to use grant_options

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,4 +1,4 @@
 # frozen_string_literal: true
 module ShopifyAPI
-  VERSION = "9.4.1"
+  VERSION = "9.5"
 end