diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | lib/hcl/version.rb | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ = Recent Changes in HCl -== next +== v0.4.7 2013-11-30 * added --reauth option to refresh credentials * added support for retrying on API throttle * note command without args now displays all notes for a running timer +* fixed a crash on ruby 1.9.3 == v0.4.6 2013-11-21 diff --git a/lib/hcl/version.rb b/lib/hcl/version.rb index f58968c..d879b6c 100644 --- a/lib/hcl/version.rb +++ b/lib/hcl/version.rb @@ -1,3 +1,3 @@ module HCl - VERSION = '0.4.6' + VERSION = '0.4.7' end |
