diff --git a/HISTORY.md b/HISTORY.md index 06a5c254..b9d3c08b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.7.0](https://github.com/mongodb/js-bson/compare/v4.6.5...v4.7.0) (2022-08-18) + + +### Features + +* **NODE-4405:** support serializing UUID class ([#508](https://github.com/mongodb/js-bson/issues/508)) ([f5dc9ed](https://github.com/mongodb/js-bson/commit/f5dc9edf915cc119f02f53ec84d1c640695dced7)) +* **NODE-4419:** UUID class deserialization ([#509](https://github.com/mongodb/js-bson/issues/509)) ([ff2b975](https://github.com/mongodb/js-bson/commit/ff2b97585848730fcf90cd21c14ba2a18a0ed016)) +* **NODE-4506:** Make UUID a subclass of binary ([#512](https://github.com/mongodb/js-bson/issues/512)) ([e9afa9d](https://github.com/mongodb/js-bson/commit/e9afa9dcfc295da8ff53b28658835fc76cde557c)) +* **NODE-4535:** automatically promote UUIDs when deserializing and parsing UUIDs ([#513](https://github.com/mongodb/js-bson/issues/513)) ([1dc7eae](https://github.com/mongodb/js-bson/commit/1dc7eaea6a61924be66ae5b8a05b74d5dd9c7b1e)) + ### [4.6.5](https://github.com/mongodb/js-bson/compare/v4.6.4...v4.6.5) (2022-07-07) diff --git a/bower.json b/bower.json index d5fc054e..74aa6eaa 100644 --- a/bower.json +++ b/bower.json @@ -22,5 +22,5 @@ "test", "tools" ], - "version": "4.6.5" + "version": "4.7.0" } diff --git a/package-lock.json b/package-lock.json index 55a0ef03..3482a3dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "4.6.5", + "version": "4.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bson", - "version": "4.6.5", + "version": "4.7.0", "license": "Apache-2.0", "dependencies": { "buffer": "^5.6.0" diff --git a/package.json b/package.json index 669f4063..983159d7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bower.json" ], "types": "bson.d.ts", - "version": "4.6.5", + "version": "4.7.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"