From 80b0db32cb004eb66795ea71c2161342816941ce Mon Sep 17 00:00:00 2001 From: Vincent <106497818+vincentgna@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:34:17 +0700 Subject: [PATCH] chore(master): release 1.1.0 (#6) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1878a7e..9e5f0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## master (Unreleased) +## [1.1.0](https://github.com/vincentgna/tfmigrate/compare/v1.0.0...v1.1.0) (2023-10-03) + + +### Features + +* Add support for local terraform states ([#3](https://github.com/vincentgna/tfmigrate/issues/3)) ([8af3509](https://github.com/vincentgna/tfmigrate/commit/8af350948d53ac77216b246f1cd94af6697b76fc)) + + +### Misc + +* bump the gomod group with 5 updates ([#5](https://github.com/vincentgna/tfmigrate/issues/5)) ([4505ff7](https://github.com/vincentgna/tfmigrate/commit/4505ff79f2813270e2e6a43ad475791af641e0dd)) +* bump the terraform group with 2 updates ([#4](https://github.com/vincentgna/tfmigrate/issues/4)) ([009e2cf](https://github.com/vincentgna/tfmigrate/commit/009e2cf5396ea0880d288844fd20c962af45a5c3)) + ## 1.0.0 (2023-10-03)