diff --git a/CHANGELOG.md b/CHANGELOG.md index 929cee8..ad1d4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.3.1 + * Don't panic when given an invalid DNS name (#436). + * Update to rustls-native-certs v0.6 (#432). + # 2.3.0 * Upgrade to rustls 0.20 (#427). * Make test mocks of Response more accurate by removing newline (#423). diff --git a/Cargo.toml b/Cargo.toml index c24a4f9..9b8d308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "2.3.0" +version = "2.3.1" authors = ["Martin Algesten ", "Jacob Hoffman-Andrews "] description = "Simple, safe HTTP client" license = "MIT/Apache-2.0"