diff --git a/Cargo.toml b/Cargo.toml index 719505ea..e8c3fd2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.15.0" +version = "4.16.0" repository = "https://github.com/cloudflare/boring" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { version = "4.15.0", path = "./boring-sys" } -boring = { version = "4.15.0", path = "./boring" } -tokio-boring = { version = "4.15.0", path = "./tokio-boring" } +boring-sys = { version = "4.16.0", path = "./boring-sys" } +boring = { version = "4.16.0", path = "./boring" } +tokio-boring = { version = "4.16.0", path = "./tokio-boring" } bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } bytes = "1" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c1ea9cf1..ca99ee4d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,16 @@ +4.16.0 +- 2025-03-31 Add fips-precompiled feature to support newer versions of FIPS (#338) +- 2025-03-18 Document linking to C++ standard library (#335) +- 2025-03-18 Revert "Remove "fips-no-compat", decouple "fips-compat" from "fips"" (#334) +- 2025-03-11 boring: Disable `SslCurve` API with "fips" feature +- 2025-03-11 boring-sys: Ignore patches when boringSSL is precompiled +- 2025-03-13 Remove "fips-no-compat", decouple "fips-compat" from "fips" +- 2025-03-14 Add feature "fips-no-compat" +- 2025-03-10 Advertise X25519MLKEM768 with "kx-client-pq-preferred" (#329) +- 2025-03-10 Update to actions/cache@v4 (#328) +- 2025-02-28 Add missing release notes entry (#324) + 4.15.0 - 2025-02-27 Expose API to enable certificate compression. (#241) - 2025-02-23 Fix lifetimes in ssl::select_next_proto