Skip to content

Commit 6906b18

Browse files
authored
Merge pull request #383 from cipherstash/release/2.2.0-alpha.1
chore: bump version to 2.2.0-alpha.1
2 parents 5103ece + 6654068 commit 6906b18

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [2.2.0-alpha.1] - 2026-03-25
10+
911
### Changed
1012

1113
- **Log target renamed**: `KEYSET` log target renamed to `ZEROKMS`. The environment variable `CS_LOG__KEYSET_LEVEL` is now `CS_LOG__ZEROKMS_LEVEL`.
@@ -247,7 +249,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
247249
- Integration with CipherStash ZeroKMS.
248250
- Encrypt Query Language (EQL) for indexing and searching encrypted data.
249251

250-
[Unreleased]: https://github.com/cipherstash/proxy/compare/v2.1.20...HEAD
252+
[Unreleased]: https://github.com/cipherstash/proxy/compare/v2.2.0-alpha.1...HEAD
253+
[2.2.0-alpha.1]: https://github.com/cipherstash/proxy/compare/v2.1.22...v2.2.0-alpha.1
254+
[2.1.22]: https://github.com/cipherstash/proxy/releases/tag/v2.1.22
255+
[2.1.21]: https://github.com/cipherstash/proxy/releases/tag/v2.1.21
251256
[2.1.20]: https://github.com/cipherstash/proxy/releases/tag/v2.1.20
252257
[2.1.9]: https://github.com/cipherstash/proxy/releases/tag/v2.1.9
253258
[2.1.8]: https://github.com/cipherstash/proxy/releases/tag/v2.1.8

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["packages/*"]
44

55
[workspace.package]
6-
version = "2.1.22"
6+
version = "2.2.0-alpha.1"
77
edition = "2021"
88

99
[profile.dev]

packages/cipherstash-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cipherstash-proxy"
3-
version = "2.1.21"
3+
version = "2.2.0-alpha.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)