diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e4dad..b5fcc90 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.2.0] - 2024-05-01 + ### Added - URLs that start with "**" will inherit the beginning from their parent handle (#21) diff --git a/Cargo.lock b/Cargo.lock index 2685c16..0abd783 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "quartz-cli" -version = "1.1.0" +version = "1.2.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1e2d4ea..30f8627 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.1.0" +version = "1.2.0" edition = "2021" authors = ["Eduardo Rodrigues "] license = "Apache-2.0"