From 6f2ada46584b5bc8db6482822dc7f194f3e31ffc Mon Sep 17 00:00:00 2001 From: Tony Schneider Date: Tue, 9 Jan 2024 17:11:38 -0500 Subject: [PATCH] Prepare ABQ 1.7.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- crates/abq_cli/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d642620c..fef112c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.7.2 + +ABQ 1.7.2 is a patch release. + +This release changes the underlying default abq remote host when interacting with +the rwx cloud api. + ## 1.7.1 ABQ 1.7.1 is a patch release. diff --git a/Cargo.lock b/Cargo.lock index c14d227e..7c6e369f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "abq" -version = "1.7.1" +version = "1.7.2" dependencies = [ "abq_dot_reporter", "abq_hosted", diff --git a/crates/abq_cli/Cargo.toml b/crates/abq_cli/Cargo.toml index 8663a8d2..c333a4fb 100644 --- a/crates/abq_cli/Cargo.toml +++ b/crates/abq_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "abq" -version = "1.7.1" +version = "1.7.2" edition = "2021" [dependencies]