We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cceb1 commit 39bf962Copy full SHA for 39bf962
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.4.1 (2023-06-26)
2
+
3
+- [#384](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/384): Pin go-cty version to v1.10.0
4
5
## v1.4.0 (2023-06-25)
6
7
### Enhancements
main.go
@@ -10,7 +10,7 @@ import (
10
11
var (
12
// Version is the main version number that is being run at the moment.
13
- Version = "1.4.0"
+ Version = "1.4.1"
14
15
// VersionPrerelease is A pre-release marker for the Version. If this is ""
16
// (empty string) then it means that it is a final release. Otherwise, this
0 commit comments