Skip to content

Commit dadb471

Browse files
committed
Bump version if ic_vetkeys crate to 0.6.0
1 parent 18ec850 commit dadb471

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backend/rs/ic_vetkeys/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Change Log
22

3-
## [0.6.0] - Not Yet Released
3+
## [0.6.0] - 2025-11-24
44

55
### Added
66

77
- Added support for offline generation of keys relative to the PocketIC master keys, similar to the existing functionality for offline derivation relative to the production master public keys.
88

99
### Changed
1010

11+
- Increased CDK dependency to version 0.19
1112
- Changes to format of the AES-GCM encryption helpers added in 0.5.0. This version can decrypt messages encrypted by 0.5.0, but 0.5.0 cannot decrypt messages encrypted by 0.6.0
1213

1314
## [0.5.0] - 2025-09-08

backend/rs/ic_vetkeys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-vetkeys"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)