From d80d765d4e912d9e2f943135c71537076e4a9ceb Mon Sep 17 00:00:00 2001 From: adrien2p Date: Tue, 3 Jan 2023 17:02:07 +0100 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0914d4f0..316d0715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file. See [standa * require auth enhancement and refactoring ([#156](https://github.com/adrien2p/medusa-extender/issues/156)) ([ad1be9c](https://github.com/adrien2p/medusa-extender/commits/ad1be9c292dafc2689cf55f1f825cf1889674395)) * updated to include async loading ([#149](https://github.com/adrien2p/medusa-extender/issues/149)) ([a46826f](https://github.com/adrien2p/medusa-extender/commits/a46826f338a2373255c11210ce3f689f6e9d716d)) +### Upgrade + +- Required auth on store routes now enforce the customer to be authenticated and is no longer optional + ### [1.7.8](https://github.com/adrien2p/medusa-extender/compare/v1.7.7...v1.7.8) (2022-12-06)