From 09325033f3d439e951a59e0c24151d22e916acc7 Mon Sep 17 00:00:00 2001 From: Craig Colegrove Date: Fri, 13 Mar 2026 14:12:53 -0700 Subject: [PATCH] Add SNAPSHOT to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 734011b..e990603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v8.1.0 +## v8.1.0-SNAPSHOT - Add `CachedKey`, which fetches then holds a cached DEK (Document Encryption Key) for repeated encrypt and decrypt operations without making additional TSP wrap/unwrap calls. This is useful for many cryptographic operations using the same key in quick succession, such as inside a database transaction. Note that this key automatically expires after a short period of time.