Skip to content

Commit

Permalink
Bump version 4.1.4 -> 4.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <paco@pacoorozco.info>
  • Loading branch information
pacoorozco committed Jun 16, 2024
1 parent d0beaff commit 07b8646
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

## Unreleased

## 4.1.5 - 2024-06-16
### Changed
- Bump `bensampo/laravel-enum` to 6.11.0
- Bump `cviebrock/eloquent-taggable` to 10.0.3
- Bump `doctrine/dbal` to 3.8.5
- Bump `fakerphp/faker` to 1.23.1
- Bump `laravel/framework` to 10.48.12
- Bump `laravel/socialite` to 5.14.0
- Bump `richan-fongdasen/eloquent-blameable` to 1.10.0
- Bump `spatie/laravel-medialibrary` to 11.6.0
- Bump `yajra/laravel-datatables-oracle` to 10.11.4
- [CI] Bump `barryvdh/laravel-debugbar` to 3.13.5
- [CI] Bump `brianium/paratest` to 7.4.5
- [CI] Bump `larastan/larastan` to 2.9.7
- [CI] Bump `laravel/breeze` to 1.29.1
- [CI] Bump `laravel/pint` to 1.16.0
- [CI] Bump `laravel/sail` to 1.29.2
- [CI] Bump `mockery/mockery` to 1.6.12
- [CI] Bump `phpunit/phpunit` to 10.5.21
- [CI] Bump `spatie/laravel-ignition` to 2.8.0

## 4.1.4 - 2024-05-15
### Changed
- [CI] Bump `codecov/codecov-action` from 3 to 4
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.4',
'version' => '4.1.5',

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

0 comments on commit 07b8646

Please sign in to comment.