File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ unreleased ]
4
+ ## [ 4.3.0 ] - unreleased
5
5
6
6
* New aggregation pipeline builder by @GromNaN in [ #2738 ] ( https://github.com/mongodb/laravel-mongodb/pull/2738 )
7
7
* Drop support for Composer 1.x by @GromNaN in [ #2784 ] ( https://github.com/mongodb/laravel-mongodb/pull/2784 )
8
8
* Fix ` artisan query:retry ` command by @GromNaN in [ #2838 ] ( https://github.com/mongodb/laravel-mongodb/pull/2838 )
9
9
* Add ` mongodb ` cache and lock drivers by @GromNaN in [ #2877 ] ( https://github.com/mongodb/laravel-mongodb/pull/2877 )
10
10
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
+
11
15
## [ 4.2.0] - 2024-03-14
12
16
13
17
* 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 )
15
19
16
20
## [ 4.1.3] - 2024-03-05
17
21
You can’t perform that action at this time.
0 commit comments