diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a0c9d4..8b3f07d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ TweetNaCl.js Changelog ====================== +v0.11.1 +------- + +* Even faster hash for both short and long inputs (in `nacl-fast`). + + v0.11.0 ------- diff --git a/bower.json b/bower.json index 21c8bf17..ebf86963 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tweetnacl", - "version": "0.11.0", + "version": "0.11.1", "homepage": "https://dchest.github.io/tweetnacl-js", "authors": [ "TweetNaCl.js Contributors" diff --git a/package.json b/package.json index 19083639..de0defe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweetnacl", - "version": "0.11.0", + "version": "0.11.1", "description": "Port of TweetNaCl cryptographic library to JavaScript", "main": "nacl.js", "directories": {