diff --git a/CHANGELOG.md b/CHANGELOG.md index e56e160c..448cdf77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Breaking changes +## [0.29.0] + - Update `azure_core`, `azure_identity` to 0.26 - Some significant updates needed to handle changes to `azure_core::http::Response` - `Response::into_raw_body()` renamed `Response::into_body()` diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index 9f1f6a3f..494c2f88 100644 --- a/azure_devops_rust_api/Cargo.toml +++ b/azure_devops_rust_api/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "azure_devops_rust_api" -version = "0.28.0" +version = "0.29.0" edition = "2021" authors = ["John Batty "] description = "Rust API library for Azure DevOps" diff --git a/azure_devops_rust_api/README.md b/azure_devops_rust_api/README.md index 8f3f01ad..749c7788 100644 --- a/azure_devops_rust_api/README.md +++ b/azure_devops_rust_api/README.md @@ -67,7 +67,7 @@ Example application `Cargo.toml` dependency spec showing how to specify desired ```toml [dependencies] ... -azure_devops_rust_api = { version = "0.28.0", features = ["git", "pipelines"] } +azure_devops_rust_api = { version = "0.29.0", features = ["git", "pipelines"] } ``` ## Examples