From 21d4142487f29c67dee0d1da095f00bcbe8edd13 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Aug 2024 19:28:28 +0000 Subject: [PATCH] chore(release): 0.64.0 # [0.64.0](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/compare/v0.63.0...v0.64.0) (2024-08-12) ### Bug Fixes * Align status timestamps for run to API docs for Terraform cloud ([6d331b9](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/commit/6d331b93d9cb00cca4ffec0315094b13fde3b1e1)), closes [#204](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/issues/204) ### Features * Add permissions to run API response that align with user permissions ([69c0830](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/commit/69c0830ea46115e79742bdb6d7b393081d52bfe7)), closes [#204](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/issues/204) * Create run flow classes and update run actions based on current state ([d09604c](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/commit/d09604c75bd2ab86d43a94ecc8fb8b89a7eceae7)), closes [#204](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/issues/204) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a37e3..fef9748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# [0.64.0](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/compare/v0.63.0...v0.64.0) (2024-08-12) + + +### Bug Fixes + +* Align status timestamps for run to API docs for Terraform cloud ([6d331b9](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/commit/6d331b93d9cb00cca4ffec0315094b13fde3b1e1)), closes [#204](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/issues/204) + + +### Features + +* Add permissions to run API response that align with user permissions ([69c0830](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/commit/69c0830ea46115e79742bdb6d7b393081d52bfe7)), closes [#204](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/issues/204) +* Create run flow classes and update run actions based on current state ([d09604c](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/commit/d09604c75bd2ab86d43a94ecc8fb8b89a7eceae7)), closes [#204](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/issues/204) + # [0.63.0](https://gitlab.dockstudios.co.uk/pub/terra/terrarun/compare/v0.62.4...v0.63.0) (2024-08-08)