diff --git a/CHANGES.md b/CHANGES.md index 702f2ce..8e42f70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2016-11-16, Version 1.1.0 +========================= + + * Support the json pack format (Masu Lin) + + * Use the new helpers from loopback-connector base (Miroslav Bajtoš) + + 2016-10-21, Version 1.0.1 ========================= diff --git a/package.json b/package.json index dafedc1..301359f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-kv-redis", - "version": "1.0.1", + "version": "1.1.0", "description": "The official Redis KeyValue connector for LoopBack", "keywords": [ "StrongLoop",