From ba4f68e961bf711d0fe5b0057fe1f1fafa4967fd Mon Sep 17 00:00:00 2001 From: Smolevich Date: Thu, 1 Sep 2022 16:15:08 +0300 Subject: [PATCH 1/2] Add info about new release 3.9.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f02194d..2145c394d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [3.9.2] - 2022-09-01 + +### Addded +- Add single word name mutators https://github.com/jenssegers/laravel-mongodb/pull/2438 by [@RosemaryOrchard](https://github.com/RosemaryOrchard) + +### Fixed +- Fix stringable sort https://github.com/jenssegers/laravel-mongodb/pull/2420 by [@apeisa](https://github.com/apeisa) + ## [3.9.1] - 2022-03-11 ### Added From e694922fae4d9f2bdc6567bcbdbc026a7d347741 Mon Sep 17 00:00:00 2001 From: Divine <48183131+divine@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:19:36 +0000 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2145c394d..b1018c1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ All notable changes to this project will be documented in this file. ## [3.9.2] - 2022-09-01 ### Addded -- Add single word name mutators https://github.com/jenssegers/laravel-mongodb/pull/2438 by [@RosemaryOrchard](https://github.com/RosemaryOrchard) +- Add single word name mutators [#2438](https://github.com/jenssegers/laravel-mongodb/pull/2438) by [@RosemaryOrchard](https://github.com/RosemaryOrchard) & [@mrneatly](https://github.com/mrneatly). ### Fixed -- Fix stringable sort https://github.com/jenssegers/laravel-mongodb/pull/2420 by [@apeisa](https://github.com/apeisa) +- Fix stringable sort [#2420](https://github.com/jenssegers/laravel-mongodb/pull/2420) by [@apeisa](https://github.com/apeisa). ## [3.9.1] - 2022-03-11