From 2684d0ae6df3103bd31b2fdf79334737accbd853 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:23:45 +0300 Subject: [PATCH] Release v4.1.0 --- Changelog.md | 5 +++++ resources/manifest.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3e1834b..aa872b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/resources/manifest.php b/resources/manifest.php index 7fbdfcf..cb923ee 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Product Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ];