File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.10.2
4+
5+ Bugfixes:
6+
7+ * Remove reserved keyword check from YAML store, which hid a better check ([ #1829 ] ( https://github.com/getsops/sops/pull/1829 ) ).
8+
9+ Improvements:
10+
11+ * Dependency updates ([ #1834 ] ( https://github.com/getsops/sops/pull/1834 ) , [ #1839 ] ( https://github.com/getsops/sops/pull/1839 ) ).
12+ * Use latest 1.24 Go version for release build ([ #1836 ] ( https://github.com/getsops/sops/pull/1836 ) ).
13+
14+ Project changes:
15+
16+ * CI dependency updates ([ #1840 ] ( https://github.com/getsops/sops/pull/1840 ) ).
17+
318## 3.10.1
419
520This is a re-release of 3.10.0 with no code changes.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212)
1313
1414// Version represents the value of the current semantic version.
15- var Version = "3.10.1 "
15+ var Version = "3.10.2 "
1616
1717// PrintVersion prints the current version of sops. If the flag
1818// `--disable-version-check` is set or if the environment variable
You can’t perform that action at this time.
0 commit comments