diff --git a/HISTORY.md b/HISTORY.md index 11c86fa6..794b70da 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,18 @@ 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. +## [5.3.0](https://github.com/mongodb/js-bson/compare/v5.2.0...v5.3.0) (2023-05-10) + + +### Features + +* **NODE-5224:** deprecate UUID hex string cache control ([#573](https://github.com/mongodb/js-bson/issues/573)) ([70aea75](https://github.com/mongodb/js-bson/commit/70aea7512265de4a6be2c04e2535e770208f321b)) + + +### Bug Fixes + +* **NODE-4960:** UUID validation too strict ([#572](https://github.com/mongodb/js-bson/issues/572)) ([d239cd1](https://github.com/mongodb/js-bson/commit/d239cd1c2ff6feabd10e00862f556015896c1e20)) + ## [5.2.0](https://github.com/mongodb/js-bson/compare/v5.1.0...v5.2.0) (2023-04-04) diff --git a/package-lock.json b/package-lock.json index 60bb965b..c9352bdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "5.2.0", + "version": "5.3.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 6d2cf648..a157a6e7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "etc/prepare.js" ], "types": "bson.d.ts", - "version": "5.2.0", + "version": "5.3.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"