diff --git a/Cargo.toml b/Cargo.toml index 585cb03..5b2ded5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["cdevents-sdk", "generator"] [workspace.package] edition = "2021" -version = "0.1.2" +version = "0.1.3" authors = [ # The actual list of contributors can be retrieved from the git log "The CDEvents Rust SDK Authors", diff --git a/cdevents-sdk/CHANGELOG.md b/cdevents-sdk/CHANGELOG.md index 6e62684..8ad63f7 100644 --- a/cdevents-sdk/CHANGELOG.md +++ b/cdevents-sdk/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.1.2...cdevents-sdk-v0.1.3) - 2025-01-09 + +### Other + +- *(deps)* update cloudevents-sdk requirement from 0.7 to 0.8 + ## [0.1.2](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.1.1...cdevents-sdk-v0.1.2) - 2025-01-07 ### Other