Skip to content

Commit 0bfddf7

Browse files
committed
Add changelog
Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent 810639a commit 0bfddf7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [tss-esapi-7.2.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.2.0) (2023-02-07)
4+
## [tss-esapi-sys-0.4.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.4.0) (2023-02-07)
5+
6+
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.1.0...tss-esapi-7.2.0)
7+
8+
- Expanded the list of supported `tpm2-tss` versions to include v4. [#382](https://github.com/parallaxsecond/rust-tss-esapi/issues/382)
9+
- Fixed a bug in handle management that hindered some use cases. [#383](https://github.com/parallaxsecond/rust-tss-esapi/issues/383)
10+
- Updated the FFI bindings using v0.63 of bindgen. [#392](https://github.com/parallaxsecond/rust-tss-esapi/pull/392)
11+
312
## [tss-esapi-7.1.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.1.0) (2022-05-25)
413

514
- Fixed a security vulnerability related to using nonces when opening auth sessions. For more details see #344 .

tss-esapi-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss-esapi-sys"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "FFI wrapper around TSS 2.0 Enhanced System API"

tss-esapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ num-traits = "0.2.12"
2222
hostname-validator = "1.1.0"
2323
regex = "1.3.9"
2424
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
25-
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.3.1" }
25+
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
2626
oid = "0.2.1"
2727
picky-asn1 = "0.3.0"
2828
picky-asn1-x509 = "0.6.1"

0 commit comments

Comments
 (0)