From 8ed4babe4343c45b23741832ebac55532b24e8f2 Mon Sep 17 00:00:00 2001 From: Nick Elser Date: Fri, 28 Jul 2017 09:14:52 -0700 Subject: [PATCH] Update changelog and version. --- CHANGELOG.md | 5 +++++ lib/zhong/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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