diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9eecb..296e347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.5.0 (2022-12-05) + +- Made the `release` parameter of `ListenBrainz` methods optional ([#11], [@mgziminsky]). + - This is a breaking change. + +[#11]: https://github.com/InputUsername/listenbrainz-rs/pull/11 +[@mgziminsky]: https://github.com/mgziminsky + ## v0.4.3 (2022-11-16) - Updated attohttpc dependency. diff --git a/Cargo.toml b/Cargo.toml index e5d577d..c4c6594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "listenbrainz" -version = "0.4.3" +version = "0.5.0" authors = ["Koen Bolhuis "] edition = "2021" license = "MIT"