From 2568114ed35d473f8c20f1c6632ca1abcb5a00c6 Mon Sep 17 00:00:00 2001 From: sonallux Date: Mon, 4 Mar 2024 22:54:08 +0100 Subject: [PATCH] chore: release 4.2.0 --- CHANGELOG.md | 3 +++ README.md | 4 ++-- pom.xml | 2 +- spotify-web-api-java-generator/pom.xml | 4 ++-- spotify-web-api-java/pom.xml | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c917780..05ba2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/README.md b/README.md index c8712f9..cd0fdfc 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ This library is available on [Maven Central](https://search.maven.org/artifact/d de.sonallux.spotify spotify-web-api-java - 4.1.0 + 4.2.0 ``` ### 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 diff --git a/pom.xml b/pom.xml index c97c22c..bd0fe11 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.sonallux.spotify spotify-web-api-java-parent - 4.1.0 + 4.2.0 pom spotify-web-api-java-parent diff --git a/spotify-web-api-java-generator/pom.xml b/spotify-web-api-java-generator/pom.xml index 0779c29..3195122 100644 --- a/spotify-web-api-java-generator/pom.xml +++ b/spotify-web-api-java-generator/pom.xml @@ -7,12 +7,12 @@ de.sonallux.spotify spotify-web-api-java-parent - 4.1.0 + 4.2.0 ../pom.xml spotify-web-api-java-generator - 4.1.0 + 4.2.0 jar spotify-web-api-java-generator diff --git a/spotify-web-api-java/pom.xml b/spotify-web-api-java/pom.xml index 7a9c868..b063853 100644 --- a/spotify-web-api-java/pom.xml +++ b/spotify-web-api-java/pom.xml @@ -7,12 +7,12 @@ de.sonallux.spotify spotify-web-api-java-parent - 4.1.0 + 4.2.0 ../pom.xml spotify-web-api-java - 4.1.0 + 4.2.0 jar spotify-web-api-java