Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rudie committed Oct 18, 2022
1 parent 9d00b40 commit f80dba0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Snip/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit f80dba0

Please sign in to comment.