From 665406816d07d496e3496c78830f9d33f08665fa Mon Sep 17 00:00:00 2001 From: Toby Hede Date: Wed, 25 Mar 2026 12:00:37 +1100 Subject: [PATCH] chore: bump version to 2.2.0-alpha.1 --- CHANGELOG.md | 7 ++++++- Cargo.lock | 6 +++--- Cargo.toml | 2 +- packages/cipherstash-proxy/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723ad4ac..c2e049d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.2.0-alpha.1] - 2026-03-25 + ### Changed - **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/). - Integration with CipherStash ZeroKMS. - Encrypt Query Language (EQL) for indexing and searching encrypted data. -[Unreleased]: https://github.com/cipherstash/proxy/compare/v2.1.20...HEAD +[Unreleased]: https://github.com/cipherstash/proxy/compare/v2.2.0-alpha.1...HEAD +[2.2.0-alpha.1]: https://github.com/cipherstash/proxy/compare/v2.1.22...v2.2.0-alpha.1 +[2.1.22]: https://github.com/cipherstash/proxy/releases/tag/v2.1.22 +[2.1.21]: https://github.com/cipherstash/proxy/releases/tag/v2.1.21 [2.1.20]: https://github.com/cipherstash/proxy/releases/tag/v2.1.20 [2.1.9]: https://github.com/cipherstash/proxy/releases/tag/v2.1.9 [2.1.8]: https://github.com/cipherstash/proxy/releases/tag/v2.1.8 diff --git a/Cargo.lock b/Cargo.lock index fa73667a..11adb87b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "cipherstash-proxy" -version = "2.1.21" +version = "2.2.0-alpha.1" dependencies = [ "arc-swap", "async-trait", @@ -1549,7 +1549,7 @@ dependencies = [ [[package]] name = "eql-mapper-macros" -version = "2.1.22" +version = "2.2.0-alpha.1" dependencies = [ "pretty_assertions", "proc-macro2", @@ -4222,7 +4222,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "showcase" -version = "2.1.22" +version = "2.2.0-alpha.1" dependencies = [ "rand 0.9.2", "rustls", diff --git a/Cargo.toml b/Cargo.toml index 34e7b461..d1a09aec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["packages/*"] [workspace.package] -version = "2.1.22" +version = "2.2.0-alpha.1" edition = "2021" [profile.dev] diff --git a/packages/cipherstash-proxy/Cargo.toml b/packages/cipherstash-proxy/Cargo.toml index 30aa4c01..077764ff 100644 --- a/packages/cipherstash-proxy/Cargo.toml +++ b/packages/cipherstash-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipherstash-proxy" -version = "2.1.21" +version = "2.2.0-alpha.1" edition = "2021" [dependencies]