Skip to content

Commit

Permalink
Packaging for release 9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Jan 13, 2022
1 parent 70844f9 commit 97eec35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## Version 9.5.1

- [#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

## Version 9.5
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (9.5)
shopify_api (9.5.1)
activeresource (>= 4.1.0)
graphql-client
rack
Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
eventmachine (1.2.7)
ffi (1.12.2)
forwardable-extended (2.6.0)
graphql (1.12.16)
graphql (1.13.4)
graphql-client (0.17.0)
activesupport (>= 3.0)
graphql (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ShopifyAPI
VERSION = "9.5"
VERSION = "9.5.1"
end

0 comments on commit 97eec35

Please sign in to comment.