diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..65ffa78519d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [5.7.0](https://github.com/mongodb/node-mongodb-native/compare/v5.6.0...v5.7.0) (2023-06-08) + + +### Features + +* **NODE-4929:** Add OIDC Azure workflow ([#3670](https://github.com/mongodb/node-mongodb-native/issues/3670)) ([b3482f3](https://github.com/mongodb/node-mongodb-native/commit/b3482f32551ea5fcfefa861eca52961a99c82fe3)) +* **NODE-5008:** add zstd and kerberos to peer deps ([#3691](https://github.com/mongodb/node-mongodb-native/issues/3691)) ([9561f32](https://github.com/mongodb/node-mongodb-native/commit/9561f32a9dda6969be7f727c9bd1bd96980f5e95)) diff --git a/etc/release_notes.md b/etc/release_notes.md new file mode 100644 index 00000000000..ddf8c148957 --- /dev/null +++ b/etc/release_notes.md @@ -0,0 +1,23 @@ +The MongoDB Node.js team is pleased to announce version XXX of the `XXX` package! + +## Release Highlights + +Sample + +## Changelog + +### Features + +BULLETED LIST FROM HISTORY.md + +### Bug Fixes + +BULLETED LIST FROM HISTORY.md + +## Documentation + +* [Reference](https://docs.mongodb.com/drivers/node/current/) +* [API](LINK) +* [Changelog](LINK) + +We invite you to try the `XXX` library immediately, and report any issues to the [NODE project](https://jira.mongodb.org/projects/NODE). diff --git a/package-lock.json b/package-lock.json index a9b0341054c..6668e7d2b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "5.6.0", + "version": "5.7.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index bbc1d35cebe..e5e19b1e0c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "5.6.0", + "version": "5.7.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [