diff --git a/CHANGELOG.md b/CHANGELOG.md index 51254f0..9b1870a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.3 + +- Much improved documentation, and executable file naming (thank you Antoine Augusti!) +- Fixes to the time parsing & to_s (thank you Antoine Augusti!) + ## 0.2.2 - Re-licensed as LGPL, as I lifted Sidekiq-web code to power Zhong web (thanks Mike Perham for the great gem and the code!) diff --git a/lib/zhong/version.rb b/lib/zhong/version.rb index 2b30b81..e22eaa2 100644 --- a/lib/zhong/version.rb +++ b/lib/zhong/version.rb @@ -1,3 +1,3 @@ module Zhong - VERSION = "0.2.2".freeze + VERSION = "0.2.3".freeze end