From 89ffc86bb14d2333038a21e8cdd0895764809963 Mon Sep 17 00:00:00 2001 From: Vincent <106497818+vincentgna@users.noreply.github.com> Date: Tue, 17 Oct 2023 06:51:09 +0700 Subject: [PATCH] chore(master): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 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..1fff329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## master (Unreleased) +## [1.1.1](https://github.com/vincentgna/tfmigrate/compare/v1.1.0...v1.1.1) (2023-10-16) + + +### 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 ([#10](https://github.com/vincentgna/tfmigrate/issues/10)) ([2fa346b](https://github.com/vincentgna/tfmigrate/commit/2fa346b8d0ab22c5157c34a46b9a80948ba37e96)) +* 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)