Skip to content

Commit

Permalink
Bump version, update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelser committed Oct 19, 2016
1 parent 98ecf99 commit 15a60ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 0.2.0

- Configuring Redis and the heartbeat key now correctly updates even after Zhong is configured initially.
- Some cleanup in how config is stored in general.

## 0.1.9

- Much more performant heartbeat checks (thanks, @sherinkurian).
Expand Down
2 changes: 1 addition & 1 deletion lib/zhong/version.rb
@@ -1,3 +1,3 @@
module Zhong
VERSION = "0.1.9".freeze
VERSION = "0.2.0".freeze
end

0 comments on commit 15a60ae

Please sign in to comment.