diff --git a/CHANGELOG.md b/CHANGELOG.md index bde3620..8a21050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## Next (unreleased) +## v0.7.1 (2023-07-13) - Made album name optional when submitting to Last.fm +- Updated dependencies -## 0.7.0 (2023-01-20) +## v0.7.0 (2023-01-20) - Removed notification functionality - As an alternative, I recommend [mpris-notifier](https://github.com/l1na-forever/mpris-notifier). diff --git a/Cargo.lock b/Cargo.lock index 0c5ba23..11cee92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,7 +600,7 @@ dependencies = [ [[package]] name = "rescrobbled" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 3a5f69c..f4a6028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rescrobbled" -version = "0.7.0" +version = "0.7.1" authors = ["Koen Bolhuis "] edition = "2021" license = "GPL-3.0"