Skip to content

Commit

Permalink
Merge pull request #1239 from Shopify/packaging-for-release-17.2.1
Browse files Browse the repository at this point in the history
Packaging for release v17.2.1
  • Loading branch information
NabeelAhsen authored Apr 1, 2021
2 parents b66db78 + e7bb29f commit 2c608f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Unreleased
----------

17.2.1 (April 1, 2021)
----------
* Bug fix: Lock the CDN App Bridge version to `v1.X.Y` in the Embedded App layout [#1238](https://github.com/Shopify/shopify_app/pull/1238)
* App Bridge `v2.0` is a non-backwards compatible release
* A future major shopify_app gem release will support only App Bridge `v2.0`

17.2.0 (April 1, 2021)
----------
* Support Rails `v6.1` [#1221](https://github.com/Shopify/shopify_app/pull/1221)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (17.2.0)
shopify_app (17.2.1)
browser_sniffer (~> 1.2.2)
jwt (~> 2.2.1)
omniauth-shopify-oauth2 (~> 2.2.2)
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.2.0'
VERSION = '17.2.1'
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.2.0",
"version": "17.2.1",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 2c608f0

Please sign in to comment.