Skip to content

Commit 5e7d124

Browse files
committed
Release 1.6.1
1 parent d922f80 commit 5e7d124

File tree

9 files changed

+21
-8
lines changed

9 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.6.1] - 18-07-2021
9+
### Added
10+
- Added `/discovery/list` API endpoint (#352)
11+
- Added environment variables to shell event hooks (#368)
12+
- Added `shell.executeWithBash` configuration option (#368)
13+
14+
### Changed
15+
- Space volume events 500ms apart (#369)
16+
17+
### Fixed
18+
- Removed redundant pfls message (#361)
19+
- Refresh AP pool before reconnecting (591fb92db5931d611779ab83f9747f4decaea3f7)
20+
821
## [1.6.0] - 09-05-2021
922
### Added
1023
- Added extended metadata API (#311)

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

dacp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

decoder-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

player/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>xyz.gianlu.librespot</groupId>
2222
<artifactId>librespot-java</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525

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

sink-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

sink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>xyz.gianlu.librespot</groupId>
2323
<artifactId>librespot-java</artifactId>
24-
<version>1.6.1-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)