diff --git a/CHANGELOG.md b/CHANGELOG.md index 65726912..6e4bf022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.5.0 / 15 Jul 2018 + +Features: + * Pass through filter query parameter to getUsers(). (#195) + * Add first item from the active playlist to /now response. (#205) + * Move waitlist to u-wave-core. (#227) + * Separate socket server from the HTTP API. (#241) + +Bugfixes: + * Fix crash in /now if user has no playlists. (#242) + * Fix password reset validation. (#256) + +Internal: + * Use joi's builtin Promise API. (#229) + * Do not transform object rest spread. (#197) + * Dependency updates. + ## 0.4.3 / 03 Apr 2018 Bugfixes: diff --git a/package.json b/package.json index b3098281..39b7250e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-http-api", - "version": "0.4.3", + "version": "0.5.0", "description": "HTTP API interface for üWave.", "license": "MIT", "repository": "u-wave/http-api",