From f80dba09f243e15542a349724cf604180bc5b5e8 Mon Sep 17 00:00:00 2001 From: David Rudie Date: Tue, 18 Oct 2022 14:43:21 -0500 Subject: [PATCH] v8.0.1 --- CHANGES.md | 7 +++++++ Snip/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 59b2b4e..563caee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ CHANGES ======= +**v8.0.1 (2022-Oct-18):** +* Increased API polling from 1s to 2s. Track changes may reflect slightly + slower. This change was made due to Snip getting rate limited by + Spotify. +* Changed it so that if Snip does hit the rate limit that it won't reset and + cause duplicate entries in the history file. + **v8.0.0 (2022-Oct-08):** * Improved callback handler for Spotify authentication. It should work much more reliably and consistent. diff --git a/Snip/Properties/AssemblyInfo.cs b/Snip/Properties/AssemblyInfo.cs index d286433..da382ba 100644 --- a/Snip/Properties/AssemblyInfo.cs +++ b/Snip/Properties/AssemblyInfo.cs @@ -54,8 +54,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("8.0.0.0")] -[assembly: AssemblyFileVersion("8.0.0.0")] +[assembly: AssemblyVersion("8.0.1.0")] +[assembly: AssemblyFileVersion("8.0.1.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: CLSCompliant(false)]