Skip to content

Commit

Permalink
Merge pull request #472 from pacoorozco/release-4.1.2
Browse files Browse the repository at this point in the history
release 4.1.2
  • Loading branch information
pacoorozco authored Dec 13, 2023
2 parents e8be44f + 8df6b2b commit 35ce200
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

## Unreleased

## 4.1.2 - 2023-12-13

### Changed
- **Important**: The required minimum version of PHP is v8.2.
- Bump `bensampo/laravel-enum` to version 6.7.0
- Bump `doctrine/dbal` to version 3.7.2
- Bump `laravel/framework` to version 10.37.1
- Bump `laravel/socialite` to version 5.11.0
- Bump `socialiteproviders/okta` to version 4.4.0
- Bump `spatie/laravel-medialibrary` to version 10.15.0
- Bump `yajra/laravel-datatables-oracle`to version 10.11.2

## 4.1.1 - 2023-10-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
|
*/

'version' => '4.1.1',
'version' => '4.1.2',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 35ce200

Please sign in to comment.