diff --git a/CHANGES.md b/CHANGES.md index 1052489..f919666 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +2016-05-06, Version 0.1.1 +========================= + + * update copyright notices and license (Ryan Graham) + + * Refer to licenses with a link (Sam Roberts) + + * Use strongloop conventions for licensing (Sam Roberts) + + * deps: add missing dev dep strong-pubsub (Ryan Graham) + + * Update README.md (Rand McKinney) + + 2015-03-31, Version 0.1.0 ========================= diff --git a/package.json b/package.json index 43fcc88..6adaf4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strong-pubsub-redis", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "index.js", "scripts": {