Skip to content

Commit

Permalink
Changelog for 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Dec 3, 2024
1 parent 37bc164 commit 93d5730
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@
# 3.0.0-rc1
* Ground up rewrite based on the http crate API.

# 2.12.0

* Bump MSRV 1.67 -> 1.71 because rustls will soon adopt it (#905)
* Unpin rustls dep (>=0.23.19) (#905)

# 2.11.0

* Fixes for changes to cargo-deny (#882)
* Pin rustls dep on 0.23.19 to keep MSRV 1.67 (#878)
* Bump MSRV 1.63 -> 1.67 due to time crate (#878)
* Re-export rustls (#813)
* Fixes for changes to cargo-deny (#882)
* Pin rustls dep on 0.23.19 to keep MSRV 1.67 (#878)
* Bump MSRV 1.63 -> 1.67 due to time crate (#878)
* Re-export rustls (#813)

# 2.10.1
* default `ureq` Rustls tls config updated to avoid panic for applications
Expand Down

0 comments on commit 93d5730

Please sign in to comment.