From 75b14da5bad42a73ca393485c1d3f5ecbccbbab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:49:18 +0000 Subject: [PATCH] chore(main): release 6.5.0 --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e67d25..b85605b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.4.0" + ".": "6.5.0" } diff --git a/HISTORY.md b/HISTORY.md index 7407a6a..6e4737e 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. +## [6.5.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.4.0...v6.5.0) (2025-08-14) + + +### Features + +* **NODE-7109:** support text searches for QE encrypted text fields ([#83](https://github.com/mongodb-js/mongodb-client-encryption/issues/83)) ([a8c2402](https://github.com/mongodb-js/mongodb-client-encryption/commit/a8c2402fd7fcf35aa69d5b4bb70b5b6d656ba7ce)) + ## [6.4.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.3.0...v6.4.0) (2025-05-08) diff --git a/package-lock.json b/package-lock.json index c52fa88..5e78668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "6.4.0", + "version": "6.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "6.4.0", + "version": "6.5.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f16acbe..fe1afcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "6.4.0", + "version": "6.5.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "lib/index.d.ts",