From b3868fa1285d86f4eeba71958d1789511c36cb5d Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Fri, 3 Dec 2021 13:04:02 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b53e23..e6edf6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.4.1 (2021-12-03) + +- Fixed a broken link in the documentation; +- Added the `api_url()` method to `raw::Client` and `ListenBrainz`; +- Implemented `Default` for `raw::Client` and `ListenBrainz`; + - Returns the same as `Client::new()`/`ListenBrainz::new()`. + ## v0.4.0 (2021-10-21) - Added CI builds support ([#1]); diff --git a/Cargo.toml b/Cargo.toml index 36d2851..91dfd55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "listenbrainz" -version = "0.4.0" +version = "0.4.1" authors = ["Koen Bolhuis "] edition = "2018" license = "MIT"