From f9d78881328030c3949b5ca1b0ff72465a74e0c0 Mon Sep 17 00:00:00 2001 From: UKEME BASSEY Date: Wed, 27 Nov 2024 13:19:42 -0500 Subject: [PATCH] Correct CHANGELOG.md for v1.71.0 (#1013) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c58740966..2d112c9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Unreleased -# v1.70.0 +# v1.71.0 ## Enhancements * Add support for listing effective tag bindings for a workspace or project by @brandonc [#996](https://github.com/hashicorp/go-tfe/pull/996) * Add support for listing no-code modules by @paladin-devops [#1003](https://github.com/hashicorp/go-tfe/pull/1003) +# v1.70.0 + +## Enhancements + +* Actually adds support for adding/updating key/value tags, which was not unintentionally removed from the last release by @brandonc [#987](https://github.com/hashicorp/go-tfe/pull/987) + # v1.69.0 ## Enhancements