Skip to content

Commit 4b14529

Browse files
committed
Packaging for release 9.5
1 parent 239b250 commit 4b14529

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## Version 9.4.1
26

37
* [#847](https://github.com/Shopify/shopify_api/pull/847) Update `create_permission_url` method to use grant_options

lib/shopify_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ShopifyAPI
3-
VERSION = "9.4.1"
3+
VERSION = "9.5"
44
end

0 commit comments

Comments
 (0)