Skip to content

Commit b20ce31

Browse files
committed
Bump v1.7.0
1 parent aba297b commit b20ce31

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.7.0 (2025-06-21)
2+
3+
- [#436](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/436): Improve developing plugin documentation
4+
- [#438](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/438): Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0
5+
- [#439](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/439): Bump golang.org/x/crypto from 0.23.0 to 0.31.0
6+
- [#440](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/440): Bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6
7+
- [#441](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/441): Bump github.com/hashicorp/packer-plugin-sdk from 0.5.4 to 0.6.0
8+
- [#444](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/444): Bump golang.org/x/net from 0.25.0 to 0.38.0
9+
- [#445](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/445): Bump github.com/go-jose/go-jose/v4 from 4.0.1 to 4.0.5
10+
- [#447](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/447): Fix GoReleaser archives.format config
11+
- [#448](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/448): deps: Go 1.24
12+
- [#449](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/449): Bump github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7
13+
- [#450](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/450): Fix broken GitHub Actions badge
14+
115
## v1.6.1 (2024-10-14)
216

317
- [#435](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/435): Fix GoReleaser build

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.6.1"
13+
Version = "1.7.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)