From 06a56e47c302e3fa5d40ac789f7b4a6226336761 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Thu, 16 Jun 2022 16:25:57 +0900 Subject: [PATCH] Bump version to v0.1.1 --- CHANGELOG.md | 4 ++++ cmd/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb35b8..6f854cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ ## master (Unreleased) +## 0.1.1 (2022/06/16) + ENHANCEMENTS: * Update Go to v1.17.10 and Alpine to v3.16 ([#36](https://github.com/minamijoyo/tfedit/pull/36)) * Update hcl to v2.12.0 and hcledit to v0.2.4 ([#37](https://github.com/minamijoyo/tfedit/pull/37)) +* Update Go to v1.18.3 ([#38](https://github.com/minamijoyo/tfedit/pull/38)) +* Update terraform-json to v0.14.0 ([#39](https://github.com/minamijoyo/tfedit/pull/39)) ## 0.1.0 (2022/06/07) diff --git a/cmd/version.go b/cmd/version.go index 2537e08..f62ae8d 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) var ( - version = "0.1.0" + version = "0.1.1" ) func init() {