From 207abfb2789f3cf8568f50a31027b5dd07eb66a2 Mon Sep 17 00:00:00 2001 From: eladyn Date: Sun, 15 Oct 2023 01:39:20 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e521ed0..a8081550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- retry enabling discovery several times before exiting ([#1228]) + ### Changed - Credential caching has been re-enabled. ([#1214]) [#1214]: https://github.com/Spotifyd/spotifyd/pull/1214 +[#1228]: https://github.com/Spotifyd/spotifyd/pull/1228 ## [0.3.5]