diff --git a/Changelog.md b/Changelog.md index 79bbe78..f3ecb98 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2024-XX-YY +## 4.2.0 +##### 2024-12-15 - Changed `CartItem::hasConfiguration()` to return false on empty arrays as well - Fixed an error when attempting to remove a product from the cart which is not in the by [xujiongze](https://github.com/xujiongze) in [#188](https://github.com/vanilophp/framework/pull/188) diff --git a/resources/manifest.php b/resources/manifest.php index ee7aac2..802f0dd 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Cart Module', - 'version' => '4.2-dev' + 'version' => '4.2.0' ];