diff --git a/CHANGELOG.md b/CHANGELOG.md index a75c4444..775a3524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased](https://github.com/yajra/laravel-oci8/compare/master...10.x) +## [v11.6.1](https://github.com/yajra/laravel-oci8/compare/v11.6.0...v11.6.1) - 2024-09-07 + +- fix: missing prefix on table alias #889 +- fix: #886 +- fix: #875 + ## [v11.6.0](https://github.com/yajra/laravel-oci8/compare/v11.5.1...v11.6.0) - 2024-08-01 - feat: Add whereLike clause to query builder #874