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 Dec 30, 2016
1 parent fe7ffd7 commit 5f00512
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.7</version>
<version>1.1.8</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-12-30
* Fix a bug when handling trigger firing for triggers with no next fire time

### 2016-12-04
* Fixed handling of jobs marked with `@DisallowConcurrentExecution`.

Expand Down

0 comments on commit 5f00512

Please sign in to comment.