Fix notification stats bug with more than 2 latest snapshots

This commit is contained in:
Erik Westrup
2022-04-29 20:11:49 +02:00
parent d5497b04b4
commit f17848bed2
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [7.3.4] - 2022-04-29
### Fixed
- Backup stats notifications: fix issue where `restic snapshots --latest 2` will show more than two snapshots due to different backup paths used.
## [7.3.3] - 2022-04-14
### Fixed
- Trying to fix broken Homebrew bottles due to GitHub API issues.