File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed
spotify-web-api-java-generator Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 4.1.0]
10+ - Introduce ` ArtistDiscographyAlbum ` as response for get Artist's Albums request
11+ - Rename model ` Devices ` into ` ManyDevices `
12+ - Remove unused ` PlayerError ` and ` TuneableTrack ` models
13+ - Bump jackson to ` 2.16.0 `
14+ - Bump okhttp to ` 4.12.0 `
15+
916## [ 4.0.1]
1017- Update links to Spotify documentation
1118
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ This library is available on [Maven Central](https://search.maven.org/artifact/d
1414<dependency >
1515 <groupId >de.sonallux.spotify</groupId >
1616 <artifactId >spotify-web-api-java</artifactId >
17- <version >4.0.1 </version >
17+ <version >4.1.0 </version >
1818</dependency >
1919```
2020
2121### With gradle
2222``` groovy
23- compile 'de.sonallux.spotify:spotify-web-api-java:4.0.1 '
23+ compile 'de.sonallux.spotify:spotify-web-api-java:4.1.0 '
2424```
2525
2626## General usage
Original file line number Diff line number Diff line change 66
77 <groupId >de.sonallux.spotify</groupId >
88 <artifactId >spotify-web-api-java-parent</artifactId >
9- <version >4.0.1 </version >
9+ <version >4.1.0 </version >
1010 <packaging >pom</packaging >
1111
1212 <name >spotify-web-api-java-parent</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >de.sonallux.spotify</groupId >
99 <artifactId >spotify-web-api-java-parent</artifactId >
10- <version >4.0.1 </version >
10+ <version >4.1.0 </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >spotify-web-api-java-generator</artifactId >
15- <version >4.0.1 </version >
15+ <version >4.1.0 </version >
1616 <packaging >jar</packaging >
1717
1818 <name >spotify-web-api-java-generator</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >de.sonallux.spotify</groupId >
99 <artifactId >spotify-web-api-java-parent</artifactId >
10- <version >4.0.1 </version >
10+ <version >4.1.0 </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
1414 <artifactId >spotify-web-api-java</artifactId >
15- <version >4.0.1 </version >
15+ <version >4.1.0 </version >
1616 <packaging >jar</packaging >
1717
1818 <name >spotify-web-api-java</name >
You can’t perform that action at this time.
0 commit comments