diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da0fe124..1b0386b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.11.27 + +- Add `hickory-dns` feature, deprecating `trust-dns`. +- (wasm) Fix `Form::text()` to not set octet-stream for plain text fields. + ## v0.11.26 - Revert `system-configuration` upgrade, which broke MSRV on macOS. diff --git a/Cargo.toml b/Cargo.toml index 8d576e1fe..eb0b2c185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.11.26" # remember to update html_root_url +version = "0.11.27" # remember to update html_root_url description = "higher level HTTP client library" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"]