File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010
1111var (
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
You can’t perform that action at this time.
0 commit comments