From 08fe6709ec8087eef6b975c4ef58ca323342f9b5 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:29:43 +0200 Subject: [PATCH] Release v1.8.0 --- Changelog.md | 4 ++-- src/resources/manifest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 6241a82..c3352d4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ # 1.x Series -## Unreleased -##### 2024-XX-YY +## 1.8.0 +##### 2024-02-17 - Dropped Laravel 9 support - Dropped PHP 8.0 support diff --git a/src/resources/manifest.php b/src/resources/manifest.php index 7d626f5..7d03fc4 100644 --- a/src/resources/manifest.php +++ b/src/resources/manifest.php @@ -1,5 +1,5 @@ 'Konekt Acl Module', - 'version' => '1.8-dev' + 'version' => '1.8.0' ];