Skip to content

Commit

Permalink
Update CHANGELOG and Cargo.toml for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Oct 21, 2021
1 parent f22e67b commit 007a2cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.3.0
* Upgrde to rustls 0.20 (#427).
* Make test mocks of Response more accurate by removing newline (#423).
* Redact sensitive headers when logging prelude (#414).

# 2.2.0
* Update to latest dependencies
* Add SOCKS4 support (#410).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "2.2.0"
version = "2.3.0"
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
description = "Simple, safe HTTP client"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 007a2cc

Please sign in to comment.