Bump version

This commit is contained in:
Koen Bolhuis 2021-12-03 13:04:02 +01:00
parent 763b5b62ee
commit b3868fa128
2 changed files with 8 additions and 1 deletions

View File

@ -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]);

View File

@ -1,6 +1,6 @@
[package]
name = "listenbrainz"
version = "0.4.0"
version = "0.4.1"
authors = ["Koen Bolhuis <koen.bolhuis@gmail.com>"]
edition = "2018"
license = "MIT"