From 685e40ff816dda9516bd272ee29086605cba1819 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Fri, 20 Jan 2023 17:05:29 -0500 Subject: [PATCH] add 1.7.0 to CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4d3cd23..55cbd1ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # ChangeLog +## 1.7.0 +### New Features +- Add encryptExpression helper +- Support for range index. NOTE: The Range algorithm is experimental only. It is not intended for public use. ## 1.7.0-alpha2 ### New Features - Support range index for decimal128. NOTE: The Range algorithm is experimental only. It is not intended for public use.