Skip to content

Commit

Permalink
Merge pull request #461 from pacoorozco/release-4.1.1
Browse files Browse the repository at this point in the history
Bump version 4.1.0 -> 4.1.1
  • Loading branch information
pacoorozco authored Oct 6, 2023
2 parents bf57386 + 8311429 commit 4e7ac84
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this

## Unreleased

## 4.1.1 - 2023-10-06

### Added
- Change the public URL of Questions using unique ids
- New actuators to assign badges: on profile updated and on avatar uploaded

### Changed
- Bump `aglipanci/laravel-pint-action` from 2.2.0 to 2.3.0
- Bump `spatie/laravel-ignition` from 2.1.2 to 2.2.0
- Bump `laravel/socialite` from 5.6.1 to 5.6.3
- Bump `laravel/framework` from 10.11.0 to 10.14.1
- Bump `spatie/laravel-medialibrary` from 10.7.16 to 10.10.1
- Bump `yajra/laravel-datatables-oracle` from 10.4.0 to 10.7.0
- Bump `laravel/breeze` from 1.21.0 to 1.21.2
- Bump `predis/predis` from 2.1.2 to 2.2.0
- Bump `doctrine/dbal` from 3.6.2 to 3.6.5
- Bump `bensampo/laravel-enum` from 6.3.2 to 6.6.0
- [CI] Bump `actions/checkout` from 3 to 4

## 4.1.0 - 2023-05-19

### 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.0',
'version' => '4.1.1',

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

0 comments on commit 4e7ac84

Please sign in to comment.