Skip to content

Commit

Permalink
v0.11.25
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Mar 8, 2024
1 parent ba550f0 commit 7e77674
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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"]
Expand Down

0 comments on commit 7e77674

Please sign in to comment.