Skip to content

Commit d4120b6

Browse files
committed
Release 1.2.1
1 parent ac4eeb8 commit d4120b6

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.1] - 17-01-2020
8+
### Added
9+
- Added search and tokens endpoints (ba8b2fb46352b7b92e8f785efa42a5f58459397b)
10+
- Added `playlist` metadata endpoints (#168)
11+
12+
### Fixed
13+
- Fixed synchronization issue when reading from stream (93fffc45ddd22b1111a40e58639706c33f7d817f)
14+
15+
### Changed
16+
- Do not include generate protobuf files, only definitions (#170)
17+
18+
719
## [1.2.0] - 12-01-2020
820
### Added
921
- Add CORS headers to API responses (#161)

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.0</version>
8+
<version>1.2.1</version>
99

1010
<name>librespot-java</name>
1111
<description>Java port of librespot, the Open Source Spotify client library</description>
@@ -30,7 +30,7 @@
3030
<scm>
3131
<connection>scm:git:git://github.com/librespot-org/librespot-java.git</connection>
3232
<developerConnection>scm:git:ssh://github.com:librespot-org/librespot-java.git</developerConnection>
33-
<url>http://github.com/librespot-org/librespot-java/tree/master</url>
33+
<url>http://github.com/librespot-org/librespot-java/</url>
3434
</scm>
3535

3636
<properties>

0 commit comments

Comments
 (0)