From dce3e30a0797717f7ebf48b7823859c665f8f562 Mon Sep 17 00:00:00 2001 From: Vincent <106497818+vincentgna@users.noreply.github.com> Date: Tue, 10 Oct 2023 06:40:44 +0700 Subject: [PATCH] chore(master): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2601677..b55c11f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5f0e4..4f9f53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## master (Unreleased) +## [1.1.1](https://github.com/vincentgna/tfmigrate/compare/v1.1.0...v1.1.1) (2023-10-09) + + +### Misc + +* bump the gomod group with 1 update ([#8](https://github.com/vincentgna/tfmigrate/issues/8)) ([becc879](https://github.com/vincentgna/tfmigrate/commit/becc879397e00879188ca777e784ec58cf1b0fa7)) +* bump the terraform group with 1 update ([#7](https://github.com/vincentgna/tfmigrate/issues/7)) ([4ed8a6a](https://github.com/vincentgna/tfmigrate/commit/4ed8a6abd14fe67408cdc76cb8f25074c8ff44b6)) + ## [1.1.0](https://github.com/vincentgna/tfmigrate/compare/v1.0.0...v1.1.0) (2023-10-03)