Skip to content

Commit 872e63c

Browse files
authored
Merge pull request #1202 from Shopify/release-17-1-0
Packaging for release 17.1.0
2 parents daebcc6 + d6b1149 commit 872e63c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

4+
17.1.0 (March 5, 2021)
5+
----------
6+
* Create OmniAuthConfiguration object to build future OmniAuth strategies [#1190](https://github.com/Shopify/shopify_app/pull/1190)
7+
* Added access scopes to Shop and User models, added checks to handle scope changes [#1192](https://github.com/Shopify/shopify_app/pull/1192) [#1197](https://github.com/Shopify/shopify_app/pull/1197)
8+
49
17.0.5 (January 27, 2021)
510
----------
611
* Fix omniauth strategy not being set correctly for apps using session tokens [#1164](https://github.com/Shopify/shopify_app/pull/1164)

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_app (17.0.5)
4+
shopify_app (17.1.0)
55
browser_sniffer (~> 1.2.2)
66
jwt (~> 2.2.1)
77
omniauth-shopify-oauth2 (~> 2.2.2)
@@ -121,7 +121,7 @@ GEM
121121
multi_json (1.15.0)
122122
multi_xml (0.6.0)
123123
multipart-post (2.1.1)
124-
nio4r (2.5.5)
124+
nio4r (2.5.7)
125125
nokogiri (1.11.1)
126126
mini_portile2 (~> 2.5.0)
127127
racc (~> 1.4)

lib/shopify_app/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 ShopifyApp
3-
VERSION = '17.0.5'
3+
VERSION = '17.1.0'
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify_app",
3-
"version": "17.0.5",
3+
"version": "17.1.0",
44
"repository": "git@github.com:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)