File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments