diff --git a/changelog/unreleased/issue-4188 b/changelog/unreleased/issue-4188 index 377468a76..dbb26f733 100644 --- a/changelog/unreleased/issue-4188 +++ b/changelog/unreleased/issue-4188 @@ -1,7 +1,8 @@ -Enhancement: Include client version in snapshot metadata +Enhancement: `backup` includes restic version in snapshot metadata -The client version number is now included in the `program_version` field of a snapshot. -It can be inspected by using either `restic cat snapshot snapshotID` or `restic snapshots --json`. +The restic version used backup the snapshot is now included in its metadata. +The program version is shown when inspecting a snapshot using `restic cat +snapshot ` or `restic snapshots --json`. https://github.com/restic/restic/issues/4188 https://github.com/restic/restic/pull/4378