From 9f4c763947da695cedaee9a066bd6766528a3e6c Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Thu, 12 May 2022 00:05:57 +0200 Subject: [PATCH] Release v0.4.2 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6edf6c..2bab68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.4.2 (2022-05-12) + +- Added the `ListenBrainz::import()` method to allow importing + listens at a specified timestamp. + ## v0.4.1 (2021-12-03) - Fixed a broken link in the documentation; diff --git a/Cargo.toml b/Cargo.toml index 91dfd55..bcd6b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "listenbrainz" -version = "0.4.1" +version = "0.4.2" authors = ["Koen Bolhuis "] edition = "2018" license = "MIT"