Skip to content

Commit 97eec35

Browse files
committed
Packaging for release 9.5.1
1 parent 70844f9 commit 97eec35

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## Version 9.5.1
4+
35
- [#891](https://github.com/Shopify/shopify_api/pull/891) Removed the upper bound on the `activeresource` dependency to allow apps to use the latest version
46

57
## Version 9.5

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (9.5)
4+
shopify_api (9.5.1)
55
activeresource (>= 4.1.0)
66
graphql-client
77
rack
@@ -41,7 +41,7 @@ GEM
4141
eventmachine (1.2.7)
4242
ffi (1.12.2)
4343
forwardable-extended (2.6.0)
44-
graphql (1.12.16)
44+
graphql (1.13.4)
4545
graphql-client (0.17.0)
4646
activesupport (>= 3.0)
4747
graphql (~> 1.10)

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.5"
3+
VERSION = "9.5.1"
44
end

0 commit comments

Comments
 (0)