Skip to content

Commit

Permalink
21.1.0 (#1537)
Browse files Browse the repository at this point in the history
* package release 21.1.0

* package release 21.1.0

* bundle update to fix CI
  • Loading branch information
nelsonwittwer authored Oct 17, 2022
1 parent 30f14ff commit 6998df1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Unreleased
----------

21.1.0 (Oct 17, 2022)
----------

* Removes assumed `https` required to run locally. Support both `http` and `https` in backward compatible way. [#1518](https://github.com/Shopify/shopify_app/pull/1518)

21.0.0 (Oct 3, 2022)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (21.0.0)
shopify_app (21.1.0)
activeresource
browser_sniffer (~> 2.0)
jwt (>= 2.2.3)
Expand Down Expand Up @@ -220,7 +220,7 @@ GEM
securerandom
sorbet-runtime
zeitwerk (~> 2.5)
sorbet-runtime (0.5.10486)
sorbet-runtime (0.5.10488)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -263,4 +263,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.5
2.3.7
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ShopifyApp
VERSION = "21.0.0"
VERSION = "21.1.0"
end

0 comments on commit 6998df1

Please sign in to comment.