From d3e87f09e4122362449a8dd008964fb278436c0a Mon Sep 17 00:00:00 2001 From: Peter Schorn Date: Sat, 25 May 2024 22:20:07 -0500 Subject: [PATCH] Update CHANGELOG.md again --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 833097c5..7a42b8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [3.0.0] - 5-20-2024 +* Moved `SpotifyExampleContent` target to a new library with the same name. This will reduce the size of the resource bundle for clients who do not need this library. * Fixed a bug that caused a decoding error when decoding Playlists with a value of null for the image key in the JSON payload. * Added a `maxRetryDelay` property to `SpotifyAPI` that defines the total accumulated retry delay before the library will fail with an error (default: 3 minutes).