From 2168058a5e6bc81bf4054b21ed2d696c88240e98 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Tue, 24 Sep 2024 17:18:25 -0400 Subject: [PATCH] v1.67.0 changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c654331..e402a6329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # UNRELEASED +# v1.67.0 + ## Enhancements -* `Workspaces`: The `Unlock` method now returns a `ErrWorkspaceLockedStateVersionStillPending` error if the latest state version upload is still pending within the platform. This is a retryable error. by @brandonc +* `Workspaces`: The `Unlock` method now returns a `ErrWorkspaceLockedStateVersionStillPending` error if the latest state version upload is still pending within the platform. This is a retryable error. by @brandonc [#978](https://github.com/hashicorp/go-tfe/pull/978) # v1.66.0