diff --git a/Changelog.md b/Changelog.md index e710210..ba3a08c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ # Vanilo Adyen Module Changelog -## Unreleased -##### 2023-XX-YY +## 2.0.0 +##### 2023-12-18 - Requires Vanilo 3.1+ - Requires PHP 8.0 - 8.3 diff --git a/src/resources/manifest.php b/src/resources/manifest.php index 5bd86bc..46f8324 100644 --- a/src/resources/manifest.php +++ b/src/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Adyen Payments for Vanilo', - 'version' => '1.0.0', + 'version' => '2.0.0', ];