Skip to content

Commit

Permalink
Bumped to 1.6.1 in README to indicate the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus committed Nov 12, 2017
1 parent 9dc964f commit b025bfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Introduced `InvocationPolicy` implementing `Eager` and `Lazy` invocation mechani
for the result of the `set` operation. `Lazy` policy (default) does wait for the result, `Eager` does
not wait and ignores it instead [#98](https://github.com/KarelCemus/play-redis/pull/98).

### [:link: 1.6.1](https://github.com/KarelCemus/play-redis/tree/1.6.1)

JavaRedis preserves `Http.Context` [#130](https://github.com/KarelCemus/play-redis/issues/130).

### [:link: 1.6.0](https://github.com/KarelCemus/play-redis/tree/1.6.0)

Introduced support of Redis Cluster in [#84](https://github.com/KarelCemus/play-redis/issues/84).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ To your SBT `build.sbt` add the following lines:
// enable Play cache API (based on your Play version)
libraryDependencies += play.sbt.PlayImport.cacheApi
// include play-redis library
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "1.6.0"
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "1.6.1"
```

## Compatibility matrix

| play framework | play-redis |
|-----------------|---------------:|
| 2.6.x | 1.6.0 |
| 2.6.x | 1.6.1 |
| 2.5.x | 1.4.2 |
| 2.4.x | 1.0.0 |
| 2.3.x | 0.2.1 |
Expand Down

0 comments on commit b025bfb

Please sign in to comment.