diff --git a/mpd_client/CHANGELOG.md b/mpd_client/CHANGELOG.md index 5fdea51..798cbad 100644 --- a/mpd_client/CHANGELOG.md +++ b/mpd_client/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.0 (2023-03-13) + + - Add the `Update` and `Rescan` commands for managing updates to the MPD library (#8, thanks to pborzenkov). + # 1.0.0 (2022-08-27) - Redesign the `Command` and `CommandList` traits diff --git a/mpd_client/Cargo.toml b/mpd_client/Cargo.toml index 0af7748..6430e02 100644 --- a/mpd_client/Cargo.toml +++ b/mpd_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpd_client" -version = "1.0.0" +version = "1.1.0" edition = "2021" description = "Asynchronous user-friendly MPD client" repository = "https://github.com/elomatreb/mpd_client"