Skip to content

Commit

Permalink
Merge pull request #1740 from felixfontein/release-3.9.4
Browse files Browse the repository at this point in the history
Release 3.9.4
  • Loading branch information
felixfontein authored Jan 25, 2025
2 parents ee33d83 + 11c96e1 commit e794c79
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

3.9.4
-----

Improvements:

* Dependency updates (#1727, #1732, #1734, #1739).

Bugfixes:

* Prevent key deduplication to identify different AWS KMS keys that only differ by role, context, or profile (#1733).
* Update part of Azure SDK which prevented decryption in some cases (#1695, #1734).

Project changes:

* CI dependency updates (#1730, #1738).
* Rust dependency updates (#1728, #1731, #1735).


3.9.3
-----

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// Version represents the value of the current semantic version.
var Version = "3.9.3"
var Version = "3.9.4"

// PrintVersion prints the current version of sops. If the flag
// `--disable-version-check` is set, the function will not attempt
Expand Down

0 comments on commit e794c79

Please sign in to comment.