From 3e89a1211496b8d990b1fe5fcd87d7a94099ba88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 2 Nov 2021 18:49:04 +0100 Subject: [PATCH] 2.0.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec30a4..b8a4fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.1 +- Fix searching/retrieving tracks after SC API changes. No playback support yet. + ## 2.0.0 - Fix `limit` query parameter for search requests. diff --git a/package.json b/package.json index 0a3338d..bf54430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-source-soundcloud", - "version": "2.0.0", + "version": "2.0.1", "description": "SoundCloud media source for üWave.", "license": "MIT", "repository": "u-wave/u-wave-source-soundcloud",