Skip to content

Commit cf217b4

Browse files
committed
v2.2.0
1 parent 9ae35da commit cf217b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## v2.1.2 (12.12.2025)
3+
## v2.2.0 (12.12.2025)
44

55
- fix: don't throw an error if `SKIP_SIZE_CHECK` is set to true
66
- updated log levels
7+
- updated README
8+
- updated env variable names
79

810
## v2.1.0 (11.12.2025)
911

sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source /etc/envvars
55

66
# set USER_AGENT
7-
USER_AGENT="s3sync-backup-docker/2.1.2"
7+
USER_AGENT="s3sync-backup-docker/2.2.0"
88

99
LOG_FILE=/tmp/lastrun.log
1010
start=`date +%s`

0 commit comments

Comments
 (0)