diff --git a/AUTHORS.md b/AUTHORS.md index e7e6a8c..46d9404 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,4 +8,5 @@ - Near Privman - Nebojsa Sabovic - Ron Korving +- Sebastian Seilund - Tobias Müllerleile diff --git a/CHANGELOG b/CHANGELOG index 10f8574..d1f00c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +0.1.5 + - Don't execute callbacks multiple times if the connection fails + - Parser fix for handling server responses that contain Memcached Procotol + keywords + - Make sure that the retry option is set correctly + 0.1.4 - Added missing error listener to the 3rd-Eden/jackpot module, this prevents crashes when it's unable to connect to a server. diff --git a/package.json b/package.json index 38c94d6..7f4533d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memcached" - , "version": "0.1.4" + , "version": "0.1.5" , "author": "Arnout Kazemier" , "description": "A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future." , "main": "index"