From 820816fcb8c9b0133a76c72620a9bca101defb54 Mon Sep 17 00:00:00 2001 From: Jonathan Wilsson Date: Sat, 29 Jul 2023 14:36:53 +0200 Subject: [PATCH] 5.7.0 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a061509..9bb944c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 5.7.0 (2023-07-29) +* Added support for passing a user ID to `SpotifyWebAPI::createPlaylist()`. ([b91f71](https://github.com/jwilsson/spotify-web-api-php/commit/b91f714dfab4f4499cf5079694c3c8bf8178ad55)) +* Updated CA bundle. ([b099498](https://github.com/jwilsson/spotify-web-api-php/commit/b099498d753e8571a2cd69f55c228dc67ebf5203)) + ## 5.6.0 (2023-02-11) * The following setters now returns `self`: ([fe2e90f](https://github.com/jwilsson/spotify-web-api-php/commit/fe2e90f355b1c699a6e27dacb3d2771e69e00223)) * `Request::setOptions()`