diff --git a/CHANGES.txt b/CHANGES.txt index d1f9dd2..6e0c8aa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,4 +12,4 @@ v2.310, August 20, 2014 -- Added playlist replace and remove methods. Added auth tests. Improved API docs v2.310, January 05, 2015 -- Added session support v2.3.1, March 28, 2015 -- auto retry support -v2.3.3, April 28, 2015 -- fixed bug in auto retry support +v2.3.4, April 28, 2015 -- fixed bug in auto retry support diff --git a/README.md b/README.md index 5f0c080..d659a37 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,4 @@ If you have suggestions, bugs or other issues specific to this library, file the - v2.3.0 - January 5, 2015 -- Added session support added by akx. - v2.3.2 - March 31, 2015 -- Added auto retry logic - v2.3.3 - April 1, 2015 -- added client credential flow +- v2.3.4 - April 28, 2015 -- Fixed bug in auto retry logic