From e1532eabd28662abfdc1ed6cc80cfeb91f8c7a97 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Wed, 31 Jul 2024 13:42:09 +0800 Subject: [PATCH] chore: release v11.5.0 :rocket: --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3088849a..653a9647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased](https://github.com/yajra/laravel-oci8/compare/master...10.x) +## [v11.5.0](https://github.com/yajra/laravel-oci8/compare/v11.4.1...v11.5.0) - 2024-07-31 + +- feat: Implement compileTables missing method #868 +- fix: Test for existence of AuthServiceProvider before trying to use it #872 + ## [v11.4.1](https://github.com/yajra/laravel-oci8/compare/v11.4.0...v11.4.1) - 2024-07-15 - fix: Laravel 11.15 compatibility #867