From 2624e978b55d02f9837b7ea55296b176c7837983 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Thu, 1 Aug 2024 12:16:58 +0800 Subject: [PATCH] chore: release v11.6.0 :rocket: --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a6b2ba..a75c4444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased](https://github.com/yajra/laravel-oci8/compare/master...10.x) +## [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 + ## [v11.5.1](https://github.com/yajra/laravel-oci8/compare/v11.5.0...v11.5.1) - 2024-08-01 - fix: Added "order by" clause to compileColumnExists #873