From f56938f5d29d22434379d65a6946c122c4e8d9e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:45:11 -0400 Subject: [PATCH] chore(main): release 6.7.0 [skip-ci] (#4118) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- HISTORY.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7a751dd73..5c63699c14 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.2" + ".": "6.7.0" } diff --git a/HISTORY.md b/HISTORY.md index 39bc4488d7..ea7dfee973 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. +## [6.7.0](https://github.com/mongodb/node-mongodb-native/compare/v6.6.2...v6.7.0) (2024-05-29) + + +### Features + +* **NODE-5464:** OIDC machine and callback workflow ([#3912](https://github.com/mongodb/node-mongodb-native/issues/3912)) ([2ba8434](https://github.com/mongodb/node-mongodb-native/commit/2ba8434d10aa02ddf281482cc02ef168c1b2965c)) + + +### Bug Fixes + +* **NODE-6165:** useBigInt64 causes compareTopologyVersion to throw ([#4109](https://github.com/mongodb/node-mongodb-native/issues/4109)) ([21b729b](https://github.com/mongodb/node-mongodb-native/commit/21b729b983e2ddbe1dd9cff31f996825a45ec4e0)) + ## [6.6.2](https://github.com/mongodb/node-mongodb-native/compare/v6.6.1...v6.6.2) (2024-05-15) diff --git a/package-lock.json b/package-lock.json index 384bc65e43..e1b1113838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.6.2", + "version": "6.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.6.2", + "version": "6.7.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", diff --git a/package.json b/package.json index 2c045e0918..a4b1829b39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.6.2", + "version": "6.7.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [