Skip to content

Commit 8c48465

Browse files
committed
chore: release 4.3.1
1 parent 76af4e8 commit 8c48465

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.3.1]
10+
- Add deprecation notice to some endpoints (see [this blog post from Spotify](https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api))
11+
- Fix search type will be transferred incorrectly #326
12+
- Bump jackson to `2.18.2`
13+
914
## [4.3.0]
1015
- `UsersApi#checkIfUserFollowsPlaylist` remove `ids` argument as only the current use can be checked
1116
- Adjust type of `artists` property in `Track` object from `Artist` to `SimplifiedArtist`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This library is available on [Maven Central](https://central.sonatype.com/artifa
1414
<dependency>
1515
<groupId>de.sonallux.spotify</groupId>
1616
<artifactId>spotify-web-api-java</artifactId>
17-
<version>4.3.0</version>
17+
<version>4.3.1</version>
1818
</dependency>
1919
```
2020

2121
### With gradle
2222
```groovy
23-
compile 'de.sonallux.spotify:spotify-web-api-java:4.3.0'
23+
compile 'de.sonallux.spotify:spotify-web-api-java:4.3.1'
2424
```
2525

2626
## 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>4.3.0</version>
9+
<version>4.3.1</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>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>spotify-web-api-java-generator</artifactId>
15-
<version>4.3.0</version>
15+
<version>4.3.1</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>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

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

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

0 commit comments

Comments
 (0)