Skip to content

Commit

Permalink
Bump v8.1.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Nov 20, 2020
1 parent 978f67f commit f54923b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f54923b

Please sign in to comment.