Skip to content

Commit

Permalink
Bump up version to v0.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jan 21, 2024
1 parent 4bd6284 commit fa9fb0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
- type: input
attributes:
label: TFLint Version
placeholder: '0.50.1'
placeholder: '0.50.2'
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion tflint/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
9 changes: 6 additions & 3 deletions tools/release/release-note.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fa9fb0a

Please sign in to comment.