diff --git a/CHANGELOG b/CHANGELOG index 4c0a9ca..6a17975 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ # Change Log +# Version 0.10.0 + +* Fix issue with too many outstanding socket timeouts (issue #52) +* Add support for touch +* Add support for append +* Add support for prepend +* Fix lint issues across code base +* Update microtime dependency + # Version 0.9.1 * Fix issue with no completing SASL auth before sending a request (issue #65) diff --git a/package.json b/package.json index 98c9b6e..88fad07 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Amit Levy", "name": "memjs", "description": "A memcache client for node using the binary protocol and SASL authentication", - "version": "0.9.1", + "version": "0.10.0", "homepage": "http://github.com/alevy/memjs", "repository": { "type": "git",