Skip to content

Commit

Permalink
Merge pull request #508 from pacoorozco/release-4.1.4
Browse files Browse the repository at this point in the history
Bump version 4.1.3 -> 4.1.4
  • Loading branch information
pacoorozco committed May 15, 2024
2 parents 6e1c164 + 308a973 commit 4d07021
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.4 - 2024-05-15
### Changed
- [CI] Bump `codecov/codecov-action` from 3 to 4
- [CI] Bump `laravel/pint` from 1.13.7 to 1.14.0
- Bump `cviebrock/eloquent-taggable` from 10.0.0 to 10.0.3
- Bump `ramsey/composer-install` from 2 to 3
- [CI] Bump `phpunit/phpunit` from 10.5.5 to 10.5.11
- [CI] Bump `laravel/sail` from 1.26.3 to 1.29.1
- Bump `coderflexx/laravel-presenter` from 1.3.1 to 2.0.0
- [CI] Set return type of base TestCase methods
- [CI] Adopt PHP attributes in test classes
- [CI] Define test classes as `final`
- [CI] Bump `brianium/paratest` from 7.3.1 to 7.4.3
- [CI] Bump `larastan/larastan` from 2.7.0 to 2.9.5
- Bump `laravel/socialite` from 5.11.0 to 5.12.1
- [CI] Bump `aglipanci/laravel-pint-action` from 2.3.1 to 2.4
- [CI] Bump `mockery/mockery` from 1.6.7 to 1.6.11
- [CI] Bump `fakerphp/faker` from 1.23.0 to 1.23.1
- [CI] Bump `doctrine/dbal` from 3.7.2 to 3.8.4
- Bump `spatie/image-optimizer` from 1.7.2 to 1.7.4

## 4.1.3 - 2024-01-13
### Changed
- Update [sail](https://laravel.com/docs/10.x/sail) to use PHP 8.2
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.3',
'version' => '4.1.4',

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

0 comments on commit 4d07021

Please sign in to comment.