diff --git a/Changelog.md b/Changelog.md index 507bf46..725c023 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 the `ofUser()` scope to the base Order model diff --git a/resources/manifest.php b/resources/manifest.php index beec963..a4dce23 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Order Module', - 'version' => '3.8-dev' + 'version' => '3.8.0' ];