Skip to content

Commit

Permalink
Packaging for release 21.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonwittwer committed Nov 13, 2023
1 parent f9910fb commit d602f68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
----------

21.8.0 (Nov 13, 2023)
----------
* Fixes bug with `WebhooksManager#recreate_webhooks!` where we failed to register topics in the registry[#1743](https://github.com/Shopify/shopify_app/pull/1704)
* Allow embedded apps to provide a full URL to get redirected to, rather than defaulting to Shopify Admin [#1746](https://github.com/Shopify/shopify_app/pull/1746)

Expand Down
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.7.0"
VERSION = "21.8.0"
end

0 comments on commit d602f68

Please sign in to comment.