From 4e569cd28f262505a01dcd20b88ec1349fec072a Mon Sep 17 00:00:00 2001 From: rawilk Date: Sun, 10 Mar 2024 22:39:34 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6d9c6..4ea1bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to `laravel-settings` will be documented in this file +## v3.3.1 - 2024-03-10 + +### What's Changed + +* Fix typo by @lakuapik in https://github.com/rawilk/laravel-settings/pull/51 +* Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/rawilk/laravel-settings/pull/52 +* Added support for larvael 11.x by @demianottema in https://github.com/rawilk/laravel-settings/pull/58 +* Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-settings/pull/59 +* Finish Laravel 11.x Compatibility Update by @rawilk in https://github.com/rawilk/laravel-settings/pull/60 + +### New Contributors + +* @lakuapik made their first contribution in https://github.com/rawilk/laravel-settings/pull/51 +* @demianottema made their first contribution in https://github.com/rawilk/laravel-settings/pull/58 + +**Full Changelog**: https://github.com/rawilk/laravel-settings/compare/v3.3.0...v3.3.1 + ## v3.3.0 - 2023-11-14 ### What's Changed