From 5ad86781a48527188ac070a30e34cd60cecd84bb Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 21 Jul 2023 13:47:06 +0000 Subject: [PATCH] chore(release): 2.1.2 [skip ci] ## [2.1.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.1.1...v2.1.2) (2023-07-21) ### Bug Fixes * add doctrine/dbal dependency to allow use of sqlsrv database ([#81](https://github.com/ForestAdmin/laravel-forestadmin/issues/81)) ([39bea62](https://github.com/ForestAdmin/laravel-forestadmin/commit/39bea62179ec4ca1d9de72068190e3e4affb5fb2)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0959d67..2ab3bd54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.1.1...v2.1.2) (2023-07-21) + + +### Bug Fixes + +* add doctrine/dbal dependency to allow use of sqlsrv database ([#81](https://github.com/ForestAdmin/laravel-forestadmin/issues/81)) ([39bea62](https://github.com/ForestAdmin/laravel-forestadmin/commit/39bea62179ec4ca1d9de72068190e3e4affb5fb2)) + ## [2.1.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v2.1.0...v2.1.1) (2023-07-21) diff --git a/composer.json b/composer.json index c3541dc0..942bdd4b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/laravel-forestadmin", - "version": "2.1.1", + "version": "2.1.2", "description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.", "type": "library", "license": "GPL-3.0-or-later", diff --git a/package.json b/package.json index 50c821af..7284f8df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-forestadmin", - "version": "2.1.1", + "version": "2.1.2", "description": "The official Laravel liana for Forest.", "scripts": { "prepare": "husky install",