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' ];