From 76f0473dfda499c5c6d699ee51c955b42fb81e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=9Al=C4=99zak?= <35666945+marcin-slezak@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:09:07 +0200 Subject: [PATCH] Update README.md fix years in changelog --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b75b793..5bfb2dde 100644 --- a/README.md +++ b/README.md @@ -459,12 +459,12 @@ Currently, we support a few cases related to loyalty program. Firstly we provide If you found a bug or want to suggest a new feature, please file a GitHub issue. ## Changelog -- 2022-05-05 `v5.2.2` +- 2023-05-05 `v5.2.2` - do not make unnecessary, malformed requests to CT for a products - update tests - for used cart promotions, separate promotion id from promotion banner - fixed console logging data while using `migration CLI` -- 2022-05-04 `v5.2.1` +- 2023-05-04 `v5.2.1` - minor bugfix, when someone have defined unit type promotion/voucher in Voucherify dashboard not based on commercetools products, we should not be looking for this product in commercetools backend store. - 2022-12-07 `v5.2.0` - domain refactoring/code quality