Skip to content

Commit 305fa72

Browse files
committed
Release 1.5.5
1 parent 947593f commit 305fa72

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.5] - 13-02-2021
9+
### Added
10+
- Added `playbackEnded` event to the API (#297)
11+
- Added `POST /instance/terminate` and `POST /instance/close` to the API (f83101059c94a636a94725619a1ea53eab2e574f, b288bd1785579af05ee4042e76cef0f801298998, 9fbe6431b961154c1efa14ad61a5dee48022377e)
12+
13+
### Changed
14+
- `Player#waitReady()` now waits for the player to become ready, the old behaviour has been renamed to `Player#ready()` (dce26768eebf7e9e039ffabfceb80b66c1a9228b)
15+
16+
817
## [1.5.4] - 11-01-2021
918
### Fixed
1019
- Fixed playback not starting (#281, #289, 0e85e1a52a1082dc1c63d79c432107bdeb9ed5b6)

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.5-SNAPSHOT</version>
8+
<version>1.5.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.5-SNAPSHOT</version>
8+
<version>1.5.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

player/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>xyz.gianlu.librespot</groupId>
77
<artifactId>librespot-java</artifactId>
8-
<version>1.5.5-SNAPSHOT</version>
8+
<version>1.5.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>xyz.gianlu.librespot</groupId>
66
<artifactId>librespot-java</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.5.5-SNAPSHOT</version>
8+
<version>1.5.5</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>

0 commit comments

Comments
 (0)