diff --git a/CHANGELOG.md b/CHANGELOG.md index 8863e65..553fb8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v1.1.0] - 2018-05-13 ### Added - Metadata information and cover art to files downloaded in .mp3 format. - Changelog. @@ -17,4 +19,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Karma test infrastructure. - Travis CI integration. -[Unreleased]: https://github.com/xtangle/ZoundCloud/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/xtangle/ZoundCloud/compare/v1.1.0...HEAD +[v1.1.0]: https://github.com/xtangle/ZoundCloud/compare/v1.0.0...v1.1.0 diff --git a/package.json b/package.json index 081d869..f03b97e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zoundcloud", - "version": "1.1.0-SNAPSHOT", + "version": "1.1.0", "private": true, "description": "Adds download buttons to SoundCloud pages.", "main": "index.js",