From fc67e04d834baacc67f15c700113a4d94c578c05 Mon Sep 17 00:00:00 2001 From: divine <48183131+divine@users.noreply.github.com> Date: Fri, 11 Mar 2022 04:14:08 +0300 Subject: [PATCH] chore: update changelog and prepare release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f2300f2..a5f02194d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [3.9.1] - 2022-03-11 + ### Added - Backport support for cursor pagination [#2358](https://github.com/jenssegers/laravel-mongodb/pull/2358) by [@Jeroenwv](https://github.com/Jeroenwv). +### Fixed +- Check if queue service is disabled [#2357](https://github.com/jenssegers/laravel-mongodb/pull/2357) by [@robjbrain](https://github.com/robjbrain). + ## [3.9.0] - 2022-02-17 ### Added