diff --git a/website/docs/cloud-docs/agents/changelog.mdx b/website/docs/cloud-docs/agents/changelog.mdx index aa80d20..c00c3b9 100644 --- a/website/docs/cloud-docs/agents/changelog.mdx +++ b/website/docs/cloud-docs/agents/changelog.mdx @@ -18,6 +18,18 @@ within each release are categorized into one or more of the following labels: Each version below corresponds to a release artifact available for download on the official [releases website](https://releases.hashicorp.com/tfc-agent/). +## 1.12.1 (09/13/2023) + +IMPROVEMENTS: + +* Added policy tool version into the policy outcome for better debugging (#461) +* Added handling for the "errored.tfstate" file when states fail to upload (#464) +* Added ability to omit filesystem upload based on the presence of the filesystem url (#480) + +BUG FIXES: + +* Fixed a race condition which could lead to unsent job status updates to the backend (#466) + ## 1.12.0 (07/26/2023) BUG FIXES: