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 Mar 1, 2018
1 parent a381225 commit 58a6773
Show file tree
Hide file tree
Showing 2 changed files with 5 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.12</version>
<version>1.1.13</version>
</dependency>
```

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
### 2018-03-01
* Detect dead schedulers and unblock their blocked triggers
* Keep track of `previousFireTime` for triggers

### 2018-02-27
* Set fire instance id on retrieved triggers
* Fixed a bug where trigger locks would get incorrectly removed for non-concurrent jobs
Expand Down

0 comments on commit 58a6773

Please sign in to comment.