Skip to content

Commit 8c2ef5f

Browse files
authored
Prepare ABQ 1.7.1 (#83)
1 parent 3bd94b6 commit 8c2ef5f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.7.1
2+
3+
ABQ 1.7.1 is a patch release.
4+
5+
This release fixes an unintentional breaking change introduced in ABQ 1.6.4 that
6+
could result in ABQ runs using an organization access token with a run ID
7+
determined from CI environment variables to use an ephemeral queue, rather than
8+
the RWX-hosted remote queue.
9+
110
## 1.7.0
211

312
ABQ 1.7.0 is a minor release.

crates/abq_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "abq"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)