Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Mar 7, 2024
1 parent 5ffe58a commit 1bdcc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## [unreleased]

* 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)

## [4.1.3] - 2024-03-05

Expand Down
2 changes: 1 addition & 1 deletion src/Internal/FindAndModifyCommandSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @internal
*/
class FindAndModifyCommandSubscriber implements CommandSubscriber
final class FindAndModifyCommandSubscriber implements CommandSubscriber
{
public bool $created;

Expand Down

0 comments on commit 1bdcc24

Please sign in to comment.