Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed May 23, 2018
1 parent 2be241f commit 697fdac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.10.2 (2018-05-23)

### Bug fixes

- Fix status check
- Remove unnecessary updates of job finish times (@sysadmind)
- Reflect store status in API
- Fix windows plugins (@sysadmind)
- Stop Job update on JSON parse error in API (@gromo)

## 0.10.1 (2018-05-17)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion dkron/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package dkron

var Version = "0.10.1"
var Version = "0.10.2"

0 comments on commit 697fdac

Please sign in to comment.