diff --git a/CHANGELOG.md b/CHANGELOG.md index 741f6a9..0ab13a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.2.0 (unreleased) +## v0.2.0 (2021-01-20) - `Client` methods don't require `&mut self` anymore; - Moved `Client`, `models::request` and `models::response` modules to the `raw` module; diff --git a/Cargo.toml b/Cargo.toml index 5ab969e..a8eff03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "listenbrainz" -version = "0.1.0" +version = "0.2.0" authors = ["Koen Bolhuis "] edition = "2018" license = "MIT"