Skip to content

Commit 9163d87

Browse files
committed
Bump v1.2.0
1 parent 65a6c6a commit 9163d87

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.2.0 (2021-07-23)
2+
3+
### Enhancements
4+
5+
- [#207](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/207): Add support for `assume_role` access config
6+
7+
### Chores
8+
9+
- [#192](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/192): Bump actions/cache from 2.1.5 to 2.1.6
10+
- [#196](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/196): Bump github.com/hashicorp/packer-plugin-sdk from 0.2.0 to 0.2.3
11+
- [#197](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/197): Bump github.com/golang/mock from 1.5.0 to 1.6.0
12+
- [#203](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/203): Bump github.com/zclconf/go-cty from 1.8.2 to 1.9.0
13+
- [#206](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/206): Bump github.com/aws/aws-sdk-go from 1.38.25 to 1.40.5
14+
115
## v1.1.2 (2021-04-25)
216

317
- [#184](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/184): build: Fix installation command for Go 1.16 style

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.2"
13+
Version = "1.2.0"
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)