diff --git a/Changelog.md b/Changelog.md index 4623c4d..701808f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 3.x Series -## Unreleased -##### 2023-XX-YY +## 3.8.0 +##### 2023-05-24 - Added missing Payment Status magic comparison annotations to the interface/model - Added the `hasRemoteId()`, `getRemoteId()` and `isOffline()` helper methods to the Payment model (v4 interface candidates) diff --git a/resources/manifest.php b/resources/manifest.php index 455dc81..ee51380 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Payment Module', - 'version' => '3.8-dev' + 'version' => '3.8.0' ];