Skip to content

Commit e794c79

Browse files
authored
Merge pull request #1740 from felixfontein/release-3.9.4
Release 3.9.4
2 parents ee33d83 + 11c96e1 commit e794c79

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
3.9.4
5+
-----
6+
7+
Improvements:
8+
9+
* Dependency updates (#1727, #1732, #1734, #1739).
10+
11+
Bugfixes:
12+
13+
* Prevent key deduplication to identify different AWS KMS keys that only differ by role, context, or profile (#1733).
14+
* Update part of Azure SDK which prevented decryption in some cases (#1695, #1734).
15+
16+
Project changes:
17+
18+
* CI dependency updates (#1730, #1738).
19+
* Rust dependency updates (#1728, #1731, #1735).
20+
21+
422
3.9.3
523
-----
624

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// Version represents the value of the current semantic version.
15-
var Version = "3.9.3"
15+
var Version = "3.9.4"
1616

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

0 commit comments

Comments
 (0)