summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--lib/hcl/version.rb2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0c8a926..75f95e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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