diff --git a/CHANGELOG.md b/CHANGELOG.md index 980d3c35..c8eab306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# 1.4.3 (2024-04-06) + +- fix rustls error #452 + # 1.4.2 (2024-04-06) - Fix printing of Size/request #447 diff --git a/Cargo.lock b/Cargo.lock index 3711a7c4..435daf93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1779,7 +1779,7 @@ dependencies = [ [[package]] name = "oha" -version = "1.4.2" +version = "1.4.3" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e468c9d5..ff51e61d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "oha" readme = "README.md" repository = "https://github.com/hatoo/oha" -version = "1.4.2" +version = "1.4.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html