diff --git a/Changelog.md b/Changelog.md index 0ed6c73..3b53d72 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 3.x Series +## 3.8.2 +##### 2023-11-17 + +- Fixed the PHP `IteratorAggregate`, `ArrayAccess` and `Countable` interfaces-related deprecation notices + ## 3.8.0 ##### 2023-05-24 diff --git a/resources/manifest.php b/resources/manifest.php index 111d77f..a04e1cc 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Checkout Module', - 'version' => '3.8.0' + 'version' => '3.8.2' ];