Skip to content

Commit

Permalink
chore: release v9.2.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Jan 4, 2023
1 parent 7d9ef61 commit 0e7e698
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e7e698

Please sign in to comment.