Skip to content

Commit

Permalink
Bump v8.1.3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Dec 6, 2020
1 parent 1e0bad4 commit 2d55f2c
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.1.3] - 2020-12-06

- Fix Model::create() with guarded property. [#609]
Fix [#596]

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

- Fix database presence verifier. [#607]
Expand Down Expand Up @@ -115,7 +120,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.2...8.x
[Unreleased]: https://github.com/yajra/laravel-oci8/compare/v8.1.3...8.x
[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
[v8.1.0]: https://github.com/yajra/laravel-oci8/compare/v8.0.0...v8.1.0
Expand Down Expand Up @@ -169,7 +175,9 @@
[#598]: https://github.com/yajra/laravel-oci8/pull/598
[#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

[#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
[#590]: https://github.com/yajra/laravel-oci8/issue/590
Expand Down

0 comments on commit 2d55f2c

Please sign in to comment.