Skip to content

Commit

Permalink
Bump to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dterei committed May 3, 2016
1 parent e2f6940 commit bbc882c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bbc882c

Please sign in to comment.