diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6dbd0..5a8a591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.0.1](https://github.com/hapsoc/ktls/compare/v5.0.0...v5.0.1) - 2024-03-11 + +### Other +- Bump tokio-rustls +- make aws_lc_rs and ring mutually exclusive for ktls +- More aws_lc_rs support +- Start adding support for aws_lc_rs + ## [5.0.0](https://github.com/hapsoc/ktls/compare/v4.0.0...v5.0.0) - 2024-03-11 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5e3f8c7..4edc211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "ktls" -version = "5.0.0" +version = "5.0.1" dependencies = [ "futures", "ktls-recvmsg", diff --git a/Cargo.toml b/Cargo.toml index b22cc82..342f8b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ktls" -version = "5.0.0" +version = "5.0.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/hapsoc/ktls"