diff --git a/CHANGELOG.md b/CHANGELOG.md index 669936bf..dae64644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.1 (March 11, 2025) + +* Fix validation that all characters are UTF-8 in URI path and query. + # 1.3.0 (March 11, 2025) * Allow most UTF-8 characters in URI path and query. diff --git a/Cargo.toml b/Cargo.toml index 73a38cb1..29ee6c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "http" # - Update html_root_url in lib.rs. # - Update CHANGELOG.md. # - Create git tag -version = "1.3.0" +version = "1.3.1" readme = "README.md" documentation = "https://docs.rs/http" repository = "https://github.com/hyperium/http"