From d1a147d40ae00fd1f9f48a0b5e2f8a798849fd3d Mon Sep 17 00:00:00 2001 From: Essau Ramirez Date: Sat, 25 Nov 2017 13:22:29 -0600 Subject: Added Spotify source support (#2) * Added Spotify source support. Fixes #1 * Handle empty track being returned from itunes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fc42b0d..0e78b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.3.0] +- Spotify Source Support + ## [0.2.0] ### Added - iTunes Source Support -- cgit