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