From 672aff1565dbf261c50cbaf88bc5dcc96dbde720 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Wed, 20 Oct 2021 00:07:03 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c9d14..7bfa875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.4.0 (unreleased) + +- Added CI builds support ([#1]); +- Added support for alternative ListenBrainz hosts ([#6]); +- Changed from [`ureq`] to [`attohttpc`] for performing HTTP requests ([#7]); + +[#1]: https://github.com/InputUsername/listenbrainz-rs/pull/1 +[#6]: https://github.com/InputUsername/listenbrainz-rs/pull/6 +[#7]: https://github.com/InputUsername/listenbrainz-rs/pull/7 + ## v0.3.0 (2021-02-02) - Added rate limiting information to response types in the `rate_limit` field;