diff --git a/changelog/unreleased/issue-4547 b/changelog/unreleased/issue-4547 index 37a0bdf71..619923055 100644 --- a/changelog/unreleased/issue-4547 +++ b/changelog/unreleased/issue-4547 @@ -1,6 +1,7 @@ -Enhancement: add --json option to version command. +Enhancement: Add support for `--json` option to `version` command Restic now supports outputting restic version and used go version and platform -target via json when using the version command +target via json when using the version command. https://github.com/restic/restic/issues/4547 +https://github.com/restic/restic/pull/4553