From 9c80fb40b287aa6d81215384519725fd4dc02c70 Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:40:41 -0800 Subject: [PATCH] chore: release 0.39.2 (#625) --- CHANGELOG.md | 5 ++++- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d68ffa8..10fcc191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [0.39.0] +## [0.39.2] - 2024-12-20 * Bumped `ic-certification` to `3.0.0`. + +## [0.39.0] + * The lower-level update call functions now return the certificate in addition to the parsed response data. * Make ingress_expiry required and set the default value to 3 min. * Changed `BasicIdentity`'s implementation from `ring` to `ed25519-consensus`. diff --git a/Cargo.lock b/Cargo.lock index b8f7e63b..ea44f222 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "ic-agent" -version = "0.39.1" +version = "0.39.2" dependencies = [ "arc-swap", "async-channel", @@ -1136,7 +1136,7 @@ dependencies = [ "http", "http-body", "ic-certification 3.0.2", - "ic-transport-types 0.39.1", + "ic-transport-types 0.39.2", "ic-verify-bls-signature", "js-sys", "k256", @@ -1197,7 +1197,7 @@ dependencies = [ [[package]] name = "ic-identity-hsm" -version = "0.39.1" +version = "0.39.2" dependencies = [ "hex", "ic-agent", @@ -1226,7 +1226,7 @@ dependencies = [ [[package]] name = "ic-transport-types" -version = "0.39.1" +version = "0.39.2" dependencies = [ "candid", "hex", @@ -1243,7 +1243,7 @@ dependencies = [ [[package]] name = "ic-utils" -version = "0.39.1" +version = "0.39.2" dependencies = [ "async-trait", "candid", @@ -1426,7 +1426,7 @@ dependencies = [ [[package]] name = "icx" -version = "0.39.1" +version = "0.39.2" dependencies = [ "anyhow", "candid", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "icx-cert" -version = "0.39.1" +version = "0.39.2" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 5f0969e3..1d561678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.39.1" +version = "0.39.2" authors = ["DFINITY Stiftung "] edition = "2021" repository = "https://github.com/dfinity/agent-rs"