diff --git a/CHANGELOG.md b/CHANGELOG.md index 4818e70..2dee838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2024-03-09 + ### Fixed - Missing some `send` options in man page. diff --git a/Cargo.lock b/Cargo.lock index 14b7dc3..b27b329 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,7 +685,7 @@ dependencies = [ [[package]] name = "quartz-cli" -version = "1.0.0" +version = "1.0.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e8b229c..afe42a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quartz-cli" description = "The command-line tool to build and test HTTP requests." -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["Eduardo Rodrigues "] license = "Apache-2.0"