diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23e8034c4..4a5a83ceb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ Changelog ========= +3.7.2 +----- +Changes: + + * README updates (#861, #860) + * Various test fixes (#909, #906, #1008) + * Added Linux and Darwin arm64 releases (#911, #891) + * Upgrade to go v1.17 (#1012) + * Support SOPS_AGE_KEY environment variable (#1006) + +Bug fixes: + + * Make sure comments in yaml files are not duplicated (#866) + * Make sure configuration file paths work correctly relative to the config file in us (#853) + 3.7.1 ----- Changes: diff --git a/version/version.go b/version/version.go index 4bd14cbb2..2791d9c54 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // Version represents the value of the current semantic version -const Version = "3.7.1" +const Version = "3.7.2" // PrintVersion handles the version command for sops func PrintVersion(c *cli.Context) {