Skip to content

Commit ecba595

Browse files
committed
Bump v1.1.2
1 parent 96216fe commit ecba595

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.2 (2021-04-25)
2+
3+
- [#184](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/184): build: Fix installation command for Go 1.16 style
4+
15
## v1.1.1 (2021-04-25)
26

37
- [#183](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/183): build: Fix Go version in release action

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
var (
1212
// Version is the main version number that is being run at the moment.
13-
Version = "1.1.1"
13+
Version = "1.1.2"
1414

1515
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1616
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)