From 7e776747f55ca9b886042a6ec47aca835464639f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 8 Mar 2024 16:08:21 -0500 Subject: [PATCH] v0.11.25 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fcf9c1f..e77f01da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.11.25 + +- Fix `Certificate::from_pem_bundle()` parsing. +- Fix Apple linker errors from detecting system proxies. + ## v0.11.24 - Add `Certificate::from_pem_bundle()` to add a bundle. diff --git a/Cargo.toml b/Cargo.toml index 078a808c2..951afd4e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.11.24" # remember to update html_root_url +version = "0.11.25" # remember to update html_root_url description = "higher level HTTP client library" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"]