Skip to content

Commit e95577a

Browse files
committed
chore: bump version to 2.2.0-alpha.1
1 parent 5103ece commit e95577a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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`.

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)