Skip to content

Commit

Permalink
chore: release 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 9, 2024
1 parent d861d21 commit 02c5efd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
8.7.1 / 2024-10-09
==================
* fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938
* fix: add mongodb 8 to test matrix #14937
* fix: handle buffers stored in MongoDB as EJSON representation with { $binary } #14932
* docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support #14937

8.7.0 / 2024-09-27
==================
* feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.7.0",
"version": "8.7.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 02c5efd

Please sign in to comment.