From df1c4f55e6b79fce4e283e35a54cafbf594ca5ba Mon Sep 17 00:00:00 2001 From: Rushil Mehra <84047965+rushilmehra@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:53:02 +0200 Subject: [PATCH] Release 4.10.1 (#276) --- Cargo.toml | 8 ++++---- RELEASE_NOTES | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 137ceb8b..d5f2002d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.10.0" +version = "4.10.1" repository = "https://github.com/cloudflare/boring" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { version = "4.10.0", path = "./boring-sys" } -boring = { version = "4.10.0", path = "./boring" } -tokio-boring = { version = "4.10.0", path = "./tokio-boring" } +boring-sys = { version = "4.10.1", path = "./boring-sys" } +boring = { version = "4.10.1", path = "./boring" } +tokio-boring = { version = "4.10.1", path = "./tokio-boring" } bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } bytes = "1" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 529d20e1..edd13900 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,6 @@ +4.10.1 +- 2024-09-18 Don't support X25519MLKEM768 by default (yet) + 4.10.0 - 2024-09-18 Implement optional Hyper 1 support in hyper-boring (#246) - 2024-09-17 Add post-quantum key agreement X25519MLKEM768