diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a52a70f..65a9dbbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [tss-esapi-7.5.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.5.0) (2024-03-14) + +[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-sys-0.6.0...tss-esapi-7.5.0) + ## [tss-esapi-sys-0.6.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.6.0) (2023-03-14) diff --git a/tss-esapi/Cargo.toml b/tss-esapi/Cargo.toml index dbc9f428..a83fc009 100644 --- a/tss-esapi/Cargo.toml +++ b/tss-esapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tss-esapi" -version = "7.4.0" +version = "7.5.0" authors = ["Parsec Project Contributors"] edition = "2018" description = "Rust-native wrapper around TSS 2.0 Enhanced System API" diff --git a/tss-esapi/tests/Cargo.lock.frozen b/tss-esapi/tests/Cargo.lock.frozen index 865aaa33..672f0fcd 100644 --- a/tss-esapi/tests/Cargo.lock.frozen +++ b/tss-esapi/tests/Cargo.lock.frozen @@ -620,7 +620,7 @@ dependencies = [ [[package]] name = "tss-esapi" -version = "7.4.0" +version = "7.5.0" dependencies = [ "bitfield", "enumflags2",