Skip to content

Commit

Permalink
chore: release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonallux committed Mar 4, 2024
1 parent 33e6570 commit 2568114
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.2.0]
- Remove no longer supported `country` query parameter
- Fix generation for 64bit integers [#262](https://github.com/sonallux/spotify-web-api-java/pull/262)

## [4.1.0]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ This library is available on [Maven Central](https://search.maven.org/artifact/d
<dependency>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-java</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

### With gradle
```groovy
compile 'de.sonallux.spotify:spotify-web-api-java:4.1.0'
compile 'de.sonallux.spotify:spotify-web-api-java:4.2.0'
```

## General usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-java-parent</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<packaging>pom</packaging>

<name>spotify-web-api-java-parent</name>
Expand Down
4 changes: 2 additions & 2 deletions spotify-web-api-java-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-java-parent</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>spotify-web-api-java-generator</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<packaging>jar</packaging>

<name>spotify-web-api-java-generator</name>
Expand Down
4 changes: 2 additions & 2 deletions spotify-web-api-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.sonallux.spotify</groupId>
<artifactId>spotify-web-api-java-parent</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>spotify-web-api-java</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<packaging>jar</packaging>

<name>spotify-web-api-java</name>
Expand Down

0 comments on commit 2568114

Please sign in to comment.