From 8311429ab35fc6c6a46b293e2dc2279c33f7c936 Mon Sep 17 00:00:00 2001 From: pacoorozco Date: Fri, 6 Oct 2023 18:23:24 +0200 Subject: [PATCH] Bump version 4.1.0 -> 4.1.1 Signed-off-by: pacoorozco --- CHANGELOG.md | 19 +++++++++++++++++++ config/app.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ccacfa..aae577af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/app.php b/config/app.php index 96e4af0b..7e986c81 100644 --- a/config/app.php +++ b/config/app.php @@ -47,7 +47,7 @@ | */ - 'version' => '4.1.0', + 'version' => '4.1.1', /* |--------------------------------------------------------------------------