From eac09de572cbd8d1f0a0efe6b509b46f922fec8b Mon Sep 17 00:00:00 2001 From: Richard Powell Date: Thu, 5 Dec 2024 13:03:23 -0500 Subject: [PATCH] Add a changelog entry for removing REST --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0aa446..155d23d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # @shopify/shopify-app-template-remix -## 2024.12.04 +## 2024.12.05 + +- [#898](https://github.com/Shopify/shopify-app-template-remix/pull/898) Enable the `removeRest` future flag so new apps aren't tempted to use the REST Admin API. -- [#891](https://github.com/Shopify/shopify-app-template-remix/pull/891) Enable remix future flags. -- ## 2024.11.26 -- [888](https://github.com/Shopify/shopify-app-template-remix/pull/888) Update restResources version to 2024-10 +- [888](https://github.com/Shopify/shopify-app-template-remix/pull/888) Update restResources version to 2024-10 ## 2024.11.06