diff --git a/CHANGELOG.md b/CHANGELOG.md index c35de1fe0..be35dca10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.11.16 + +- Chore: set MSRV in `Cargo.toml`. +- Docs: fix build on docs.rs + ## v0.11.15 - Add `RequestBuilder` methods to split and reconstruct from its parts. diff --git a/Cargo.toml b/Cargo.toml index c2d674fab..888566527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.11.15" # remember to update html_root_url +version = "0.11.16" # remember to update html_root_url description = "higher level HTTP client library" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"]