Skip to content

Commit e690422

Browse files
committed
Release 2.3.0
1 parent 9e5fb9d commit e690422

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ 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

77
## [Unreleased]
8-
- Update to spotify-web-api-core `2021.7.20`
8+
9+
## [2.3.0]
10+
- Update to spotify-web-api-core `2021.8.23`
911
- Fix `tracks` property in `Recommendations`
1012
- Mark `market` parameter in "Get Playlist's Items" endpoint as optional
13+
- Make "Upload a Custom Playlist Cover Image" endpoint actually usable
14+
- Make type of `tracks` parameter in "Remove Items from a Playlist" endpoint more accurate
1115

1216
## [2.2.0]
1317
- Update to spotify-web-api-core `2021.6.18`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This library is available on [Maven Central](https://search.maven.org/artifact/d
1616
<dependency>
1717
<groupId>de.sonallux.spotify</groupId>
1818
<artifactId>spotify-web-api-java</artifactId>
19-
<version>2.2.0</version>
19+
<version>2.3.0</version>
2020
</dependency>
2121
```
2222

2323
### With gradle
2424
```groovy
25-
compile 'de.sonallux.spotify:spotify-web-api-java:2.2.0'
25+
compile 'de.sonallux.spotify:spotify-web-api-java:2.3.0'
2626
```
2727

2828
## General usage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.sonallux.spotify</groupId>
88
<artifactId>spotify-web-api-java-parent</artifactId>
9-
<version>2.2.0</version>
9+
<version>2.3.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>spotify-web-api-java-parent</name>

spotify-web-api-java-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.sonallux.spotify</groupId>
99
<artifactId>spotify-web-api-java-parent</artifactId>
10-
<version>2.2.0</version>
10+
<version>2.3.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>spotify-web-api-java-generator</artifactId>
15-
<version>2.2.0</version>
15+
<version>2.3.0</version>
1616
<packaging>jar</packaging>
1717

1818
<name>spotify-web-api-java-generator</name>

spotify-web-api-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>de.sonallux.spotify</groupId>
99
<artifactId>spotify-web-api-java-parent</artifactId>
10-
<version>2.2.0</version>
10+
<version>2.3.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>spotify-web-api-java</artifactId>
15-
<version>2.2.0</version>
15+
<version>2.3.0</version>
1616
<packaging>jar</packaging>
1717

1818
<name>spotify-web-api-java</name>

0 commit comments

Comments
 (0)