Prepare for release 2.3.1 (#437)

This commit is contained in:
Jacob Hoffman-Andrews
2021-11-14 09:55:55 -08:00
committed by GitHub
parent 418c0fafd5
commit 94a8040706
2 changed files with 5 additions and 1 deletions

View File

@@ -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).

View File

@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "2.3.0"
version = "2.3.1"
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
description = "Simple, safe HTTP client"
license = "MIT/Apache-2.0"