From 1f76af20762b4c1e5c608cd09ef7cc768a4ab0cd Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Wed, 24 May 2023 17:41:02 +0300 Subject: [PATCH] Release v3.8.0 --- Changelog.md | 5 +++++ resources/manifest.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b47a4dc..f9fa3ea 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 3.x Series +## 3.8.0 +##### 2023-05-24 + +- Bump module version to mainline (no change) + ## 3.7.0 ##### 2023-04-04 diff --git a/resources/manifest.php b/resources/manifest.php index 40b6808..9ac548a 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Taxes Module', - 'version' => '3.8-dev' + 'version' => '3.8.0' ];