Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 3.13.1

Improvements:

* Dependency updates ([#2178](https://github.com/getsops/sops/pull/2178)).
* Make sure all files are formatted ([#2181](https://github.com/getsops/sops/pull/2181)).
* The documentation for SOPS can now be found on [getsops.io](https://getsops.io)
instead of the project's README ([#2083](https://github.com/getsops/sops/pull/2083)).

Bugfixes:

* Fix scheme for determining gpg-agent cache keys for age password-protected
keys to avoid too large keys due to percent encoding ([#2180](https://github.com/getsops/sops/pull/2180)).

Project changes:

* CI dependency updates ([#2177](https://github.com/getsops/sops/pull/2177)).

## 3.13.0

Improvements:
Expand Down
2 changes: 2 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ This configuration is quite sophisticated, and ensures at least the following:

- [ ] Ensure the release is built successfully on GitHub Actions. This will
automatically create a release on GitHub.
- [ ] In [the getsops/docs repository](https://github.com/getsops/docs/),
merge `main` into `stable` and push `stable` to update [getsops.io](https://getsops.io/).
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.13.0"
var Version = "3.13.1"

// PrintVersion prints the current version of sops. If the flag
// `--disable-version-check` is set or if the environment variable
Expand Down