From 0d0103e93c3cabf32d02b16369cd30d9012acffe Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Thu, 29 Jun 2023 08:56:51 +0800 Subject: [PATCH] chore: release v10.3.1 :rocket: --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d17671..7fd71929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased](https://github.com/yajra/laravel-oci8/compare/v10.0.0...10.x) +## [v10.3.1](https://github.com/yajra/laravel-oci8/compare/v10.3.0...v10.3.1) - 2023-06-29 + +- fix: config structure #793 +- fix: #792 +- fix: ci/cd - tests workflow #786 + ## [v10.3.0](https://github.com/yajra/laravel-oci8/compare/v10.2.0...v10.3.0) - 2023-03-03 - feat: Add compatibility with startingValue #778