diff --git a/CHANGES.md b/CHANGES.md index ff7bcbd..d3ee1d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Scotty Changelog +## 0.4.1 - 2024-09-16 +- Subsonic: include `subsonic_id` as additional metadata +- Deezer: fix artist and album ID URIs (#7) +- Fix installation issues due to wrong go version format in `go.mod` + + ## 0.4.0 - 2024-01-21 - JSPF: implement append mode - scrobberlog: append mode is enabled by default diff --git a/internal/version/version.go b/internal/version/version.go index 4c1b077..3f02fe2 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -17,7 +17,7 @@ package version const ( AppName = "scotty" - AppVersion = "0.4.0" + AppVersion = "0.4.1" ) func UserAgent() string {