Skip to content

Commit 27c743f

Browse files
committed
Release 1.2.2
1 parent 8c63716 commit 27c743f

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

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

7+
## [1.2.2] - 03-02-2020
8+
### Added
9+
- Added HTTP and SOCKS proxy support with authentication (#172)
10+
- Added `logLevel` option (#171)
11+
- Added support for requesting token with multiple scopes (8c637169df1ca699abfc42ee49e9c67a11c86cb8)
12+
- Added `connectionDropped` and `connectionEstablished` events (#172, 9c9842a743d30a16a95992f69595b1bd439a1d71)
13+
14+
### Fixed
15+
- Fixed deadlock when track loading fails (c014f947eac1cdc66a1b365573ca815204cd678a)
16+
17+
## Changed
18+
- Changed response codes for API requests (#172, 9c9842a743d30a16a95992f69595b1bd439a1d71)
19+
20+
721
## [1.2.1] - 17-01-2020
822
### Added
923
- Added search and tokens endpoints (ba8b2fb46352b7b92e8f785efa42a5f58459397b)

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.2.1</version>
8+
<version>1.2.2</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

common/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.2.1</version>
8+
<version>1.2.2</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

core/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.2.1</version>
8+
<version>1.2.2</version>
99
<relativePath>../</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.2.1</version>
8+
<version>1.2.2</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)