From c652bf87bf79f84d49970abbf4125c32078ce087 Mon Sep 17 00:00:00 2001 From: inmanturbo Date: Sat, 3 Feb 2024 08:43:29 +0000 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae9982..c016d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-database-manager` will be documented in this file. +## Laravel 11 - 2024-02-03 + +**Full Changelog**: https://github.com/envor/laravel-database-manager/compare/v1.1.2...v2.0.0 + ## v1.1.2 - 2023-12-07 ### What's Changed From 67eb8ee055f63497c13531c21ceaaa8a66811012 Mon Sep 17 00:00:00 2001 From: inmanturbo <47095624+inmanturbo@users.noreply.github.com> Date: Sat, 3 Feb 2024 03:45:01 -0500 Subject: [PATCH 2/3] Update README.md [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7ee35..ffd4c25 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ composer require envor/laravel-database-manager ``` > [!WARNING] -> If you are using laravel 10, you will have to manually install doctrine/dbal +> If you are using laravel 10, you will have to manually install doctrine/dbal > doctrine/dbal is not a requirement for Laravel 11 ```bash From 4f1bd6fb6b3f8438a4bc940b35e3890844bfce61 Mon Sep 17 00:00:00 2001 From: inmanturbo Date: Sat, 3 Feb 2024 08:47:13 +0000 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c016d33..25bd2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-database-manager` will be documented in this file. +## v2.0.1 - 2024-02-03 + +**Full Changelog**: https://github.com/envor/laravel-database-manager/compare/v2.0.0...v2.0.1 + ## Laravel 11 - 2024-02-03 **Full Changelog**: https://github.com/envor/laravel-database-manager/compare/v1.1.2...v2.0.0