Skip to content

Commit

Permalink
Bump v8.2.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Dec 6, 2020
1 parent 0b67bff commit 0887699
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [v8.2.0] - 2020-12-06

- Improve pagination performance. [#611]
- Fixes [#563]

## [v8.1.3] - 2020-12-06

- Fix Model::create() with guarded property. [#609]
Expand Down Expand Up @@ -120,7 +125,8 @@
- Fix [#406], [#404].
- Added more options to Sequence Create Method [#355], credits to [@nikklass].

[Unreleased]: https://github.com/yajra/laravel-oci8/compare/v8.1.3...8.x
[Unreleased]: https://github.com/yajra/laravel-oci8/compare/v8.2.0...8.x
[v8.2.0]: https://github.com/yajra/laravel-oci8/compare/v8.1.3...v8.2.0
[v8.1.3]: https://github.com/yajra/laravel-oci8/compare/v8.1.2...v8.1.3
[v8.1.2]: https://github.com/yajra/laravel-oci8/compare/v8.1.1...v8.1.2
[v8.1.1]: https://github.com/yajra/laravel-oci8/compare/v8.1.0...v8.1.1
Expand Down Expand Up @@ -176,7 +182,9 @@
[#599]: https://github.com/yajra/laravel-oci8/pull/599
[#607]: https://github.com/yajra/laravel-oci8/pull/607
[#609]: https://github.com/yajra/laravel-oci8/pull/609
[#611]: https://github.com/yajra/laravel-oci8/pull/611

[#563]: https://github.com/yajra/laravel-oci8/issue/563
[#596]: https://github.com/yajra/laravel-oci8/issue/596
[#602]: https://github.com/yajra/laravel-oci8/issue/602
[#601]: https://github.com/yajra/laravel-oci8/issue/601
Expand Down

0 comments on commit 0887699

Please sign in to comment.