Skip to content

Commit 3306760

Browse files
committed
Release 1.6.2
1 parent b5ae675 commit 3306760

File tree

9 files changed

+19
-8
lines changed

9 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.2] - 11-12-2021
9+
### Added
10+
- Added HTTPS proxy support (#390)
11+
- Added `GET /instance` API endpoint (#403)
12+
13+
### Fixed
14+
- Fixed track repeat behavior (#383)
15+
- Fixed cache synchronization issue (b3d61f4c3bb7398e2f2246f6aa274f8d903c492b)
16+
- Minimize audio pop when using pipe (#389)
17+
- Fix CVE-2021-44228 (#438)
18+
819
## [1.6.1] - 18-07-2021
920
### Added
1021
- Added `/discovery/list` API endpoint (#352)

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</version>
24+
<version>1.6.2</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</version>
24+
<version>1.6.2</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</version>
24+
<version>1.6.2</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</version>
24+
<version>1.6.2</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</version>
24+
<version>1.6.2</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</version>
24+
<version>1.6.2</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</version>
24+
<version>1.6.2</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</version>
24+
<version>1.6.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)