Skip to content

Commit

Permalink
Prepare ABQ 1.7.1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz committed Dec 8, 2023
1 parent 3bd94b6 commit 8c2ef5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.7.1

ABQ 1.7.1 is a patch release.

This release fixes an unintentional breaking change introduced in ABQ 1.6.4 that
could result in ABQ runs using an organization access token with a run ID
determined from CI environment variables to use an ephemeral queue, rather than
the RWX-hosted remote queue.

## 1.7.0

ABQ 1.7.0 is a minor release.
Expand Down
2 changes: 1 addition & 1 deletion crates/abq_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abq"
version = "1.7.0"
version = "1.7.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 8c2ef5f

Please sign in to comment.