Skip to content

Commit d5f1f5c

Browse files
committed
Update changelog
1 parent a19a7e2 commit d5f1f5c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v5.4.2](https://github.com/containeroo/SyncFlaer/tree/v5.4.2) (2022-03-22)
4+
5+
[All Commits](https://github.com/containeroo/SyncFlaer/compare/v5.4.1...v5.4.2)
6+
7+
**Dependencies:**
8+
9+
- Bump several dependencies
10+
311
## [v5.4.1](https://github.com/containeroo/SyncFlaer/tree/v5.4.1) (2022-02-15)
412

513
[All Commits](https://github.com/containeroo/SyncFlaer/compare/v5.4.0...v5.4.1)

cmd/syncflaer/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
log "github.com/sirupsen/logrus"
1313
)
1414

15-
const version string = "5.4.1"
15+
const version string = "5.4.2"
1616

1717
func main() {
1818
log.SetOutput(os.Stdout)

0 commit comments

Comments
 (0)