Skip to content

Commit 3130557

Browse files
Merge 4.2 into 4.3 (#2914)
2 parents a72d181 + 0d9198d commit 3130557

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [unreleased]
4+
## [4.3.0] - unreleased
55

66
* New aggregation pipeline builder by @GromNaN in [#2738](https://github.com/mongodb/laravel-mongodb/pull/2738)
77
* Drop support for Composer 1.x by @GromNaN in [#2784](https://github.com/mongodb/laravel-mongodb/pull/2784)
88
* Fix `artisan query:retry` command by @GromNaN in [#2838](https://github.com/mongodb/laravel-mongodb/pull/2838)
99
* Add `mongodb` cache and lock drivers by @GromNaN in [#2877](https://github.com/mongodb/laravel-mongodb/pull/2877)
1010

11+
## [4.2.1] - 2024-04-25
12+
13+
* Set timestamps when using `Model::createOrFirst()` by @GromNaN in [#2905](https://github.com/mongodb/laravel-mongodb/pull/2905)
14+
1115
## [4.2.0] - 2024-03-14
1216

1317
* Add support for Laravel 11 by @GromNaN in [#2735](https://github.com/mongodb/laravel-mongodb/pull/2735)
14-
* Implement Model::createOrFirst() using findOneAndUpdate operation by @GromNaN in [#2742](https://github.com/mongodb/laravel-mongodb/pull/2742)
18+
* Implement `Model::createOrFirst()` using findOneAndUpdate operation by @GromNaN in [#2742](https://github.com/mongodb/laravel-mongodb/pull/2742)
1519

1620
## [4.1.3] - 2024-03-05
1721

0 commit comments

Comments
 (0)