diff --git a/CHANGES.md b/CHANGES.md index fd0dd8f..a4b106e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2016-11-03, Version 1.0.2 +========================= + + * Note that strong-mq should not be used (Sam Roberts) + + * Update URLs in CONTRIBUTING.md (#31) (Ryan Graham) + + 2016-05-03, Version 1.0.1 ========================= diff --git a/package.json b/package.json index 19cf50a..109bfe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strong-mq", - "version": "1.0.1", + "version": "1.0.2", "description": "clustering of applications on top of message queues", "license": "Artistic-2.0", "main": "index.js",