diff --git a/CHANGELOG.md b/CHANGELOG.md index b502abc..976c476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## v2.1.0 + +### FEATURES + +- Add unit tests +- Use _Travis CI_ + +### PATCHES + +- Fix CMS.INCRBY change in RedisBloom v2.2.0 + ## v2.0.0 ### FEATURES diff --git a/README.md b/README.md index 7a2235b..0a1f536 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![](https://img.shields.io/github/license/albert-team/rebloom.svg?style=flat-square)](https://github.com/albert-team/rebloom) [![](https://img.shields.io/npm/v/@albert-team/rebloom.svg?style=flat-square)](https://www.npmjs.com/package/@albert-team/rebloom) +[![](https://img.shields.io/travis/com/albert-team/rebloom.svg?style=flat-square)](https://travis-ci.com/albert-team/rebloom) # REBLOOM diff --git a/package.json b/package.json index ebdde8e..6e310ad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@albert-team/rebloom", "description": "Minimalistic RedisBloom client for Node.js", "license": "MIT", - "version": "2.0.0", + "version": "2.1.0", "author": "Albert Team", "repository": "github:albert-team/rebloom", "main": "dist/index.js",