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"]