diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d930d20..aeda91d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0-alpha" + ".": "7.0.0" } diff --git a/HISTORY.md b/HISTORY.md index 9a79022..8ddcf03 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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. +## [7.0.0](https://github.com/mongodb-js/kerberos/compare/v3.0.0-alpha...v7.0.0) (2025-11-04) + + +### Documentation + +* **NODE-7272:** update compat tables for v7 ([#290](https://github.com/mongodb-js/kerberos/issues/290)) ([a22c5ae](https://github.com/mongodb-js/kerberos/commit/a22c5ae99fdfb47886d631562f4fa17a4ca1ea03)) + ## [3.0.0-alpha](https://github.com/mongodb-js/kerberos/compare/v2.2.2...v3.0.0-alpha) (2025-10-21) diff --git a/package-lock.json b/package-lock.json index d8d0e01..33b6388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kerberos", - "version": "3.0.0-alpha", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kerberos", - "version": "3.0.0-alpha", + "version": "7.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 71c5f50..5af94fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kerberos", - "version": "3.0.0-alpha", + "version": "7.0.0", "description": "Kerberos library for Node.js", "main": "lib/index.js", "files": [