From 8385afb1f59574221eea8b6220919384107ba370 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Wed, 18 May 2022 16:09:33 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fae653e5a..4139485c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# v1.2.0 (Unreleased) +# v1.3.0 + +## Enhancements +* Add support for Audit Trail API by @sebasslash [#407](https://github.com/hashicorp/go-tfe/pull/407) + +# v1.2.0 ## Enhancements * Adds support for reading current state version outputs to StateVersionOutputs, which can be useful for reading outputs when users don't have the necessary permissions to read the entire state by @brandonc [#370](https://github.com/hashicorp/go-tfe/pull/370) diff --git a/README.md b/README.md index 5dd0ddc8b..1828af682 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This API client covers most of the existing Terraform Cloud API calls and is upd - [x] Agent Pools - [x] Agent Tokens - [x] Applies -- [ ] Audit Trails +- [x] Audit Trails - [x] Changelog - [x] Comments - [x] Configuration Versions