From 61563b75e46bdab314327f25c1170351342f0ebf Mon Sep 17 00:00:00 2001 From: ashthespy Date: Thu, 22 Jul 2021 12:35:53 +0200 Subject: [PATCH] Prepare v0.2.4 release --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc899a..eadb8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. +## [0.2.4] - 2021-07-22 +- (#7) Add additional token scope +- Bump dependencies + ## [0.2.3] - 2021-06-04 - Add `x86_64` to CI - Bump dependencies diff --git a/Cargo.lock b/Cargo.lock index ceea948..073b31d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1740,7 +1740,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vollibrespot" -version = "0.2.3" +version = "0.2.4" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index 9969667..3c25642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vollibrespot" -version = "0.2.3" +version = "0.2.4" authors = ["ashthespy "] build = "build.rs" edition = "2018"