diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be77b6..f161b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6] - 2024-08-29 +### Added +- macOS binaries + ## [0.1.5] - 2024-08-26 ### Added - Allow to use album URL from clipboard diff --git a/Cargo.toml b/Cargo.toml index bf56439..ae17eb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "offline_scrobbler" -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "BSD-3-Clause" description = "An utility to scrobble music to Last.fm without playing it online"