Skip to content

Commit

Permalink
Bump version in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed May 5, 2016
1 parent e1fe249 commit df216cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maven dependency:
<dependency>
<groupId>net.joelinn</groupId>
<artifactId>quartz-redis-jobstore</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
### 2016-05-04
* Add support for Redis password

### 2016-03-17
* Allow Redis db to be set when using Sentinel

Expand Down

0 comments on commit df216cf

Please sign in to comment.