diff --git a/spiffe/CHANGELOG.md b/spiffe/CHANGELOG.md index ce44651..978b530 100644 --- a/spiffe/CHANGELOG.md +++ b/spiffe/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3] - 2024-11-07 + +## What's Changed + +* Depend explicitly on tonic 0.12.3 (#120) +* Update thiserror requirement from 1 to 2 in (#127) + ## [0.6.2] - 2024-10-07 ## What's Changed diff --git a/spiffe/Cargo.toml b/spiffe/Cargo.toml index 5f8dbd7..06becc5 100644 --- a/spiffe/Cargo.toml +++ b/spiffe/Cargo.toml @@ -3,7 +3,7 @@ name = "spiffe" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create a new tag -version = "0.6.2" +version = "0.6.3" edition = "2021" authors = ["Max Lambrecht "] description = "Rust client library implementation for SPIFFE" diff --git a/spiffe/README.md b/spiffe/README.md index 1290170..0f64a76 100644 --- a/spiffe/README.md +++ b/spiffe/README.md @@ -14,7 +14,7 @@ client (`workload-api`) by default: ```toml [dependencies] -spiffe = "0.6.2" +spiffe = "0.6.3" ``` ## Examples of Usage