From 0e7e6989f2d4fa8b109240009ac11fddf4729dc6 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Wed, 4 Jan 2023 09:52:01 +0800 Subject: [PATCH] chore: release v9.2.1 :rocket: --- CHANGELOG.md | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1528af..27f391f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,43 +2,38 @@ ## [Unreleased](https://github.com/yajra/laravel-oci8/compare/v9.0.0...9.x) -## [v9.2.0] - 2022-12-11 +## [v9.2.1](https://github.com/yajra/laravel-oci8/compare/v9.2.0...v9.2.1) - 2023-01-04 + +- fix: ORA-00969 when creating indexes + +## [v9.2.0](https://github.com/yajra/laravel-oci8/compare/v9.1.0...v9.2.0) - 2022-12-11 - feat: add random order on grammar #740 -## [v9.1.0] - 2022-12-06 +## [v9.1.0](https://github.com/yajra/laravel-oci8/compare/v9.0.4...v9.1.0) - 2022-12-06 - feat: make session variables configurable #738 -## [v9.0.4] - 2022-11-11 +## [v9.0.4](https://github.com/yajra/laravel-oci8/compare/v9.0.3...v9.0.4) - 2022-11-11 - Allow for a large number of column names in compound indicies #735 -## [v9.0.3] - 2022-06-15 +## [v9.0.3](https://github.com/yajra/laravel-oci8/compare/v9.0.2...v9.0.3) - 2022-06-15 - Add default fetch mode #721 -## [v9.0.2] - 2022-05-12 +## [v9.0.2](https://github.com/yajra/laravel-oci8/compare/v9.0.1...v9.0.2) - 2022-05-12 - Fix delete query with join #715 -## [v9.0.1] - 2022-05-12 +## [v9.0.1](https://github.com/yajra/laravel-oci8/compare/v9.0.0...v9.0.1) - 2022-05-12 - Add Oci8Driver getName method #711 - Fix #710 - Fix Schema::getColumnType() - Add test for Schema::getColumnType() -## [v9.0.0] - 2022-02-09 +## [v9.0.0](https://github.com/yajra/laravel-oci8/compare/8.x...v9.0.0) - 2022-02-09 - Add support for Laravel 9 #698 - Breaking Change: Fix #696 rename DB_SERVICENAME to DB_SERVICE_NAME [db5037e](https://github.com/yajra/laravel-oci8/commit/db5037eb83bfadf3c1400d8c5780d3270e7c315f) - -[Unreleased]: https://github.com/yajra/laravel-oci8/compare/9.x...v9.2.0 -[v9.2.0]: https://github.com/yajra/laravel-oci8/compare/v9.1.0...v9.2.0 -[v9.1.0]: https://github.com/yajra/laravel-oci8/compare/v9.0.4...v9.1.0 -[v9.0.4]: https://github.com/yajra/laravel-oci8/compare/v9.0.3...v9.0.4 -[v9.0.3]: https://github.com/yajra/laravel-oci8/compare/v9.0.2...v9.0.3 -[v9.0.2]: https://github.com/yajra/laravel-oci8/compare/v9.0.1...v9.0.2 -[v9.0.1]: https://github.com/yajra/laravel-oci8/compare/v9.0.0...v9.0.1 -[v9.0.0]: https://github.com/yajra/laravel-oci8/compare/9.x...v9.0.0