Explorar o código

Packaging for release 9.5

Emily Harber %!s(int64=2) %!d(string=hai) anos
pai
achega
4b145299a3
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  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