Skip to content

Commit

Permalink
Merge branch 'release-2.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 2, 2018
2 parents db9ddc6 + 4557495 commit 03b45cf
Show file tree
Hide file tree
Showing 9 changed files with 1,353 additions and 1,768 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- node
- 7.0.0
- 8.0.0
sudo: false
services:
- redis-server
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.0.7"></a>
## [2.0.7](https://github.com/adonisjs/adonis-redis/compare/v2.0.6...v2.0.7) (2018-06-02)


### Bug Fixes

* **redisfactory:** bind connection when proxy receives a function call ([10de858](https://github.com/adonisjs/adonis-redis/commit/10de858))
* **tests:** improve tests connection/disconnection flow ([9ab980f](https://github.com/adonisjs/adonis-redis/commit/9ab980f))



<a name="2.0.6"></a>
## [2.0.6](https://github.com/adonisjs/adonis-redis/compare/v2.0.5...v2.0.6) (2018-04-19)

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- nodejs_version: 'Stable'
- nodejs_version: '7'
- nodejs_version: '8'

init:
git config --global core.autocrlf true
Expand Down

0 comments on commit 03b45cf

Please sign in to comment.