From 89b5ca5329ec33670da9c4265e5771be57d021a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:46:58 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 895bf0e..969d3db 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bb58a..08f63d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/schubergphilis-ep/github-terraform-workflows/compare/v2.0.0...v2.1.0) (2026-05-11) + + +### Features + +* run tflint in examples ([#12](https://github.com/schubergphilis-ep/github-terraform-workflows/issues/12)) ([245666b](https://github.com/schubergphilis-ep/github-terraform-workflows/commit/245666b07440ef62b6b0ff1e81baa20a59e864ba)) + ## [2.0.0](https://github.com/schubergphilis-ep/github-terraform-workflows/compare/v1.1.0...v2.0.0) (2026-04-09)