diff --git a/Cargo.toml b/Cargo.toml index fa32297b..c54ff02b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls" -version = "0.15.1" +version = "0.15.2" edition = "2018" authors = ["Joseph Birr-Pixton "] license = "Apache-2.0/ISC/MIT" diff --git a/README.md b/README.md index c11906cd..abdbad47 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## Release history: +* 0.15.2 (2019-04-02): + - Moved example code around for benefit of Fuchsia. + - Example code fixes for Windows -- Windows is now a tested platform. + - QUIC-specific bug fixes. + - Update dependencies. * 0.15.1 (2019-01-29): - Fix incorrect offering of SHA1. * 0.15.0 (2019-01-20):