From 0094e0e641acf5c34ba6bb28e111b89e9f36b2b6 Mon Sep 17 00:00:00 2001 From: Nicholas Santiago <7259149+santiagon610@users.noreply.github.com> Date: Sat, 21 Mar 2026 01:14:13 -0400 Subject: [PATCH] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3229503..7917c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/hlvtechnologies/gha-workflows/compare/v1.1.0...v1.1.1) (2026-03-21) + + +### Bug Fixes + +* update docs with current version tag ([#3](https://github.com/hlvtechnologies/gha-workflows/issues/3)) ([cc62c37](https://github.com/hlvtechnologies/gha-workflows/commit/cc62c373ce675d99be547d820f41c950e85bf826)) + ## [1.1.0](https://github.com/hlvtechnologies/gha-workflows/compare/v1.0.0...v1.1.0) (2026-03-21) diff --git a/README.md b/README.md index 3997a85..f109b2b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Module repositories call these workflows with `uses:` and a **pinned git ref** ( ```yaml jobs: pre-commit: - uses: hlvtechnologies/gha-workflows/.github/workflows/opentofu-module-ci.yml@v1.1.0 # x-release-please-version + uses: hlvtechnologies/gha-workflows/.github/workflows/opentofu-module-ci.yml@v1.1.1 # x-release-please-version ``` Replace `hlvtechnologies` with your GitHub org or user if you fork this repo.