diff --git a/README.md b/README.md index 5ad3963..e775279 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ It is possible to see the internal workings of the library by setting the `DEBUG ## Changes +* 0.3.1 (2018-03-26) + - Added `connected` and `disconnected` events * 0.3.0 (2018-03-26) - Added support for checking capabilities. - Disallowed messages cause requests to be rejected diff --git a/package.json b/package.json index 63d54c7..8afd60c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fbp-client", - "version": "0.3.0", + "version": "0.3.1", "description": "Higher-level client library for the FBP protocol", "main": "lib/client.js", "scripts": {