From bf926219bb3c05a958d613ff81b40132c92c8fc5 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Tue, 14 Mar 2023 14:20:13 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f063f1d..ea0dfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,6 @@ ### Minor Changes - 5744aa4: Add requiredSaleorVersion field to AppManifest, so Saleor can validate it during installation - -## 0.35.0 - -### Minor Changes - - dfd632b: Add EnvAPL which is a read-only single-tenant APL implementation. It can print AuthData from registration process, but the developer is responsible to configure ENV and pass data to the constructor. - f7d38dc: Added useAuthenticatedFetch hook with can construct decorated window.fetch with pre-defined headers with required AppBridge state. Can be used with createProtectedHandler