From f54923b5b4aa79659caaec4046d59de1aef26521 Mon Sep 17 00:00:00 2001 From: "Arjay Q. Angeles" Date: Fri, 20 Nov 2020 19:32:48 +0800 Subject: [PATCH] Bump v8.1.0 :rocket: --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7470b311..864e058c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v8.1.0] - 2020-11-20 + +- Enable oracle case insensitive searches. [#598] +- Fix database presence validation issue (unique, exists, etc). +- Removes the dependency on OracleUserProvider. + ## [v8.0.1] - 2020-09-23 - Fix [#590] WhereIn query with more than 2k++ records. [#591], credits to [@bioleyl]. @@ -98,7 +104,8 @@ - Fix [#406], [#404]. - Added more options to Sequence Create Method [#355], credits to [@nikklass]. -[Unreleased]: https://github.com/yajra/laravel-oci8/compare/v8.0.1...7.x +[Unreleased]: https://github.com/yajra/laravel-oci8/compare/v8.1.0...7.x +[v8.1.0]: https://github.com/yajra/laravel-oci8/compare/v8.0.0...v8.1.0 [v8.0.1]: https://github.com/yajra/laravel-oci8/compare/v8.0.0...v8.0.1 [v8.0.0]: https://github.com/yajra/laravel-oci8/compare/v7.0.1...v8.0.0 [v7.0.1]: https://github.com/yajra/laravel-oci8/compare/v7.0.0...v7.0.1 @@ -146,6 +153,7 @@ [#565]: https://github.com/yajra/laravel-oci8/pull/565 [#570]: https://github.com/yajra/laravel-oci8/pull/570 [#591]: https://github.com/yajra/laravel-oci8/pull/591 +[#598]: https://github.com/yajra/laravel-oci8/pull/598 [#590]: https://github.com/yajra/laravel-oci8/issue/590 [#564]: https://github.com/yajra/laravel-oci8/issue/564