Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Jan 20, 2019
1 parent 8357f9f commit b0c08ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,11 @@
# v0.7 - July 2018
# v0.8 - 21 January 2019

* Improvements to display for restart backoff
* Fix a race condition affecting daemon restart (Richard Musiol)
* Dependency updates and build improvements


# v0.7 - 26 July 2018

* Modd now has a built-in shell interpreter, which is used to execute commands
by default. This means modd.conf files should now be fully portable.
Expand Down
2 changes: 1 addition & 1 deletion modd.go
Expand Up @@ -16,7 +16,7 @@ import (
)

// Version is the modd release version
const Version = "0.7"
const Version = "0.8"

const lullTime = time.Millisecond * 100

Expand Down

0 comments on commit b0c08ba

Please sign in to comment.