Skip to content

Commit

Permalink
Add entry in changelog. Bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed Feb 27, 2018
1 parent d336b4d commit 6fa8b47
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.10</version>
<version>1.1.11</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
### 2018-02-27
* Fixed a bug where trigger locks would get incorrectly removed for non-concurrent jobs

### 2016-12-30
* Fix a bug when handling trigger firing for triggers with no next fire time

Expand Down

0 comments on commit 6fa8b47

Please sign in to comment.