We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5103ece commit 768a34eCopy full SHA for 768a34e
3 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
## [Unreleased]
8
9
+## [2.2.0-alpha.1] - 2026-03-25
10
+
11
### Changed
12
13
- **Log target renamed**: `KEYSET` log target renamed to `ZEROKMS`. The environment variable `CS_LOG__KEYSET_LEVEL` is now `CS_LOG__ZEROKMS_LEVEL`.
Cargo.toml
@@ -3,7 +3,7 @@ resolver = "2"
3
members = ["packages/*"]
4
5
[workspace.package]
-version = "2.1.22"
+version = "2.2.0-alpha.1"
edition = "2021"
[profile.dev]
packages/cipherstash-proxy/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cipherstash-proxy"
-version = "2.1.21"
[dependencies]
0 commit comments