Skip to content

Commit bb710f3

Browse files
authored
Merge pull request #1691 from felixfontein/release-3.9.2
Release 3.9.2
2 parents af4cbbd + 9c983ef commit bb710f3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.rst

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

4+
3.9.2
5+
-----
6+
7+
Improvements:
8+
9+
* Dependency updates (#1645, #1649, #1653, #1662, #1686, #1693).
10+
* Update compiled Protobuf definitions (#1688).
11+
* Remove unused variables and simplify conditional (##1687).
12+
13+
Bugfixes:
14+
15+
* Handle whitespace in Azure Key Vault URLs (#1652).
16+
* Correctly handle comments during JSON serialization (#1647).
17+
18+
Project changes:
19+
20+
* CI dependency updates (#1644, #1648, #1654, #1664, #1673, #1677, #1685).
21+
* Rust dependency updates (#1655, #1663, #1670, #1676, #1689).
22+
* Update and improve Protobuf code generation (#1688).
23+
24+
425
3.9.1
526
-----
627

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.1"
15+
var Version = "3.9.2"
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)