diff --git a/Changelog.md b/Changelog.md index b49a1f3..380ed96 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 3.x Series -## Unreleased -##### 2023-XX-YY +## 3.0.0 +##### 2024-04-25 - BC: Changed the `UserType` interface so that it now extends the `EnumInterface` - Dropped Laravel 9 support diff --git a/README.md b/README.md index 40ac07b..d8e3818 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ this to your app's `config/auth.php` file: | 8.x | 1.5 - 2.5 | | 9.x | 2.1+ | | 10.x | 2.7+ | +| 11.x | 3.0+ | ## PHP Compatibility diff --git a/docs/installation.md b/docs/installation.md index 3166d55..132a3ed 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.8.0 | konekt.user | Konekt\User | +| 1. | Konekt User Module | Module | 3.0.0 | konekt.user | Konekt\User | +----+--------------------+--------+---------+-------------+-----------------+ ``` diff --git a/src/resources/manifest.php b/src/resources/manifest.php index f6c0efc..e1aa856 100644 --- a/src/resources/manifest.php +++ b/src/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Konekt User Module', - 'version' => '3.x-dev' + 'version' => '3.0.0' ];