diff --git a/CHANGES.md b/CHANGES.md index c18d9bc..bafe784 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changes +## 1.0.3 +* Request id generation with rigorous implementation of RFC4122 UUIDs. thx @mgesmundo. + ## 1.0.2 * Removed dependency on `browserbuild` by introducing a simple wrapper function around client code. thx @cayasso. diff --git a/package.json b/package.json index 43864f6..84fb52c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primus-responder", - "version": "1.0.2", + "version": "1.0.3", "description": "Request-Response ortiented communication for websockets with Primus.", "main": "index.js", "scripts": {