Skip to content

Commit

Permalink
Merge pull request #1777 from Shopify/release-21-9-0
Browse files Browse the repository at this point in the history
Packaging for release 21.9.0
  • Loading branch information
lizkenyon committed Jan 16, 2024
2 parents 9e8f95b + c29a46d commit 00496ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Unreleased
----------

21.9.0 (January 16, 2023)
----------
* Fix `add_webhook` generator to create the webhook jobs under the correct directory[#1748](https://github.com/Shopify/shopify_app/pull/1748)
* Add support for metafield_namespaces in webhook registration [#1745](https://github.com/Shopify/shopify_app/pull/1745)
* Bumps shopify_api to latest version, adds support for 2024-01 API version [#1776](https://github.com/Shopify/shopify_app/pull/1776)
* Bumps `shopify_api` to latest version (13.4.0), adds support for 2024-01 API version [#1776](https://github.com/Shopify/shopify_app/pull/1776)

21.8.1 (December 6, 2023)
----------
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 (21.8.1)
shopify_app (21.9.0)
activeresource
addressable (~> 2.7)
browser_sniffer (~> 2.0)
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.8.1"
VERSION = "21.9.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": "21.8.1",
"version": "21.9.0",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 00496ca

Please sign in to comment.