diff --git a/Changelog.md b/Changelog.md index 3308ebf..c3130e3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 2.x Series -## Unreleased -##### 2023-XX-YY +## 2.8.0 +##### 2023-12-17 - Added PHP 8.3 support diff --git a/README.md b/README.md index 6f4610a..40ac07b 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,4 @@ this to your app's `config/auth.php` file: | 8.0 | 2.1+ | | 8.1 | 2.4+ | | 8.2 | 2.6+ | +| 8.3 | 2.8+ | diff --git a/docs/installation.md b/docs/installation.md index 165a386..3166d55 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -29,7 +29,7 @@ Now you should see this: +----+--------------------+--------+---------+-------------+-----------------+ | # | Name | Kind | Version | Id | Namespace | +----+--------------------+--------+---------+-------------+-----------------+ -| 1. | Konekt User Module | Module | 2.7.0 | konekt.user | Konekt\User | +| 1. | Konekt User Module | Module | 2.8.0 | konekt.user | Konekt\User | +----+--------------------+--------+---------+-------------+-----------------+ ``` diff --git a/src/resources/manifest.php b/src/resources/manifest.php index fb7c6c2..fd41e60 100644 --- a/src/resources/manifest.php +++ b/src/resources/manifest.php @@ -2,5 +2,5 @@ return [ 'name' => 'Konekt User Module', - 'version' => '2.7.0' + 'version' => '2.8.0' ];