From 246fa1fcfd1b64eb7690699a065c632ef738005b Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:46:28 +0100 Subject: [PATCH] Release v3.2.0 --- Changelog.md | 4 ++-- resources/manifest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index dad23c8..ac9b8d2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 3.x Series -## Unreleased -##### 2022-XX-YY +## 3.2.0 +##### 2022-12-08 - Added `Cart::fresh()` method to the Cart facade - Changed minimum Concord version requirement to v1.12 diff --git a/resources/manifest.php b/resources/manifest.php index e7899f4..4ebfc5a 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Cart Module', - 'version' => '3.2-dev' + 'version' => '3.2.0' ];