diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 17af119d5..f43d62e4f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -46,7 +46,7 @@ body: - type: input attributes: label: TFLint Version - placeholder: '0.50.1' + placeholder: '0.50.2' validations: required: true - type: input diff --git a/tflint/meta.go b/tflint/meta.go index 205df18e8..f99e7a985 100644 --- a/tflint/meta.go +++ b/tflint/meta.go @@ -7,7 +7,7 @@ import ( ) // Version is application version -var Version *version.Version = version.Must(version.NewVersion("0.50.1")) +var Version *version.Version = version.Must(version.NewVersion("0.50.2")) // ReferenceLink returns the rule reference link func ReferenceLink(name string) string { diff --git a/tools/release/release-note.md b/tools/release/release-note.md index dde3a0b38..30a65fb15 100644 --- a/tools/release/release-note.md +++ b/tools/release/release-note.md @@ -1,7 +1,10 @@ ## What's Changed -### BugFixes -* Fix panic for module calls without source by @wata727 in https://github.com/terraform-linters/tflint/pull/1950 +### Bug Fixes +* Fix a bug where auto-fixed code could not be retrieved via GetFile API by @wata727 in https://github.com/terraform-linters/tflint/pull/1959 +### Chores +* build(deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/terraform-linters/tflint/pull/1954 +* build(deps): Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1956 -**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.0...v0.50.1 +**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2