Skip to content

Commit

Permalink
Merge pull request #1237 from Shopify/release-17.2.0
Browse files Browse the repository at this point in the history
Packaging for release 17.2.0
  • Loading branch information
NabeelAhsen authored Apr 1, 2021
2 parents 9b873c5 + 3a26344 commit 8b9a8f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased
----------

17.2.0 (April 1, 2021)
----------
* Support Rails `v6.1` [#1221](https://github.com/Shopify/shopify_app/pull/1221)
* Check out [Upgrading to `v17.2.0`](/docs/Upgrading.md#upgrading-to-v1720) in the Upgrading.md guide for the changes needed to support Rails `v6.1`

17.1.1 (March 12, 2021)
----------
* Fix issues with mocking OmniAuth callback controller tests [#1210](https://github.com/Shopify/shopify_app/pull/1210)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (17.1.1)
shopify_app (17.2.0)
browser_sniffer (~> 1.2.2)
jwt (~> 2.2.1)
omniauth-shopify-oauth2 (~> 2.2.2)
Expand Down Expand Up @@ -100,7 +100,7 @@ GEM
faraday-net_http (1.0.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
graphql (1.12.5)
graphql (1.12.6)
graphql-client (0.16.0)
activesupport (>= 3.0)
graphql (~> 1.8)
Expand All @@ -127,7 +127,7 @@ GEM
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
oauth2 (1.4.4)
oauth2 (1.4.7)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
Expand Down Expand Up @@ -210,7 +210,7 @@ GEM
rubocop (~> 1.4)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
shopify_api (9.4.0)
shopify_api (9.4.1)
activeresource (>= 4.1.0, < 6.0.0)
graphql-client
rack
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ShopifyApp
VERSION = '17.1.1'
VERSION = '17.2.0'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify_app",
"version": "17.1.1",
"version": "17.2.0",
"repository": "[email protected]:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 8b9a8f5

Please sign in to comment.