From 2e30e2372f97108e21139ff8d6ba1d9f7003c87a Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Tue, 16 Aug 2022 09:47:53 -0600 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 166e6da87..7f3745911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Unreleased Changes * Adds agent datasource to the client by @laurenolivia [#456](https://github.com/hashicorp/go-tfe/pull/456) +* It was previously logged that we added a `Include` param field to `PolicySetListOptions` to allow policy list to include related resource data such as workspaces, policies, newest_version, or current_version by @Uk1288 [#497](https://github.com/hashicorp/go-tfe/pull/497) in 1.7.0, but this was a mistake and the field is added in v1.8.0 # v1.7.0 From 7b0f203218b5ef53c8493eca9eb3f237a0879c4d Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Tue, 16 Aug 2022 10:14:48 -0600 Subject: [PATCH 2/2] Prepare CHANGELOG for release --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3745911..79e55a14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -# Unreleased Changes +# v1.8.0 -* Adds agent datasource to the client by @laurenolivia [#456](https://github.com/hashicorp/go-tfe/pull/456) -* It was previously logged that we added a `Include` param field to `PolicySetListOptions` to allow policy list to include related resource data such as workspaces, policies, newest_version, or current_version by @Uk1288 [#497](https://github.com/hashicorp/go-tfe/pull/497) in 1.7.0, but this was a mistake and the field is added in v1.8.0 +## Enhancements + +* Adds support for reading and listing Agents by @laurenolivia [#456](https://github.com/hashicorp/go-tfe/pull/456) +* It was previously logged that we added an `Include` param field to `PolicySetListOptions` to allow policy list to include related resource data such as workspaces, policies, newest_version, or current_version by @Uk1288 [#497](https://github.com/hashicorp/go-tfe/pull/497) in 1.7.0, but this was a mistake and the field is added in v1.8.0 # v1.7.0