diff --git a/.travis.yml b/.travis.yml index 83f25cf..c59ef5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ node_js: - "0.10" - "0.12" - "iojs" + - "4.0" + - "4.1" + - "4.2" before_script: - "npm i -g jasmine-node" services: diff --git a/HISTORY.md b/HISTORY.md index 8512050..d831479 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Changelog +## 0.7.0 + +- Update the underlying redis driver, `node-redis` from 0.10.2 to 2.3.0. This does not change any behavior for Orpheus, but the driver itself has some breaking changes. +- Added node.js version `4.0`, `4.1`, `4.2` to the CI. + ## 0.6.5 - Updated Orpheus to support all the latest and greatest Redis commands: diff --git a/package.json b/package.json index ee01b67..33c9d07 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "orpheus", "description": "Redis Object Model for CoffeeScript", - "version": "0.6.5", + "version": "0.7.0", "url": "https://github.com/Radagaisus/Orpheus", "author": "Almog Melamed