We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da27552 commit 3750253Copy full SHA for 3750253
CHANGELOG.md
@@ -1,13 +1,14 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## [unreleased]
+## [4.2.1] - 2024-04-25
5
6
+* Set timestamps when using `Model::createOrFirst()` by @GromNaN in [#2905](https://github.com/mongodb/laravel-mongodb/pull/2905)
7
-## [4.2.0] - 2024-12-14
8
+## [4.2.0] - 2024-03-14
9
10
* Add support for Laravel 11 by @GromNaN in [#2735](https://github.com/mongodb/laravel-mongodb/pull/2735)
-* Implement Model::createOrFirst() using findOneAndUpdate operation by @GromNaN in [#2742](https://github.com/mongodb/laravel-mongodb/pull/2742)
11
+* Implement `Model::createOrFirst()` using findOneAndUpdate operation by @GromNaN in [#2742](https://github.com/mongodb/laravel-mongodb/pull/2742)
12
13
## [4.1.3] - 2024-03-05
14
0 commit comments