We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651d6d7 commit 4297334Copy full SHA for 4297334
CHANGELOG.md
@@ -0,0 +1,15 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.1.0] - 13-12-2019
8
+### Added
9
+- Websocet API to listen to player events
10
+- Ability to change the API port via `api.port`
11
+- Retry request when Spotify sends 503
12
13
+### Changed
14
+- Fixed deadlocks
15
+- Fixed synchronization issue
0 commit comments