summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.markdown4
-rw-r--r--lib/hcl/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
index c436e45..f4491dd 100644
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,5 +1,9 @@
# Recent Changes in HCl
+## v0.4.13 2014-02-04
+
+* oops, fixed a syntax error that was accidentally committed before release!
+
## v0.4.12 2014-02-04
* fixed crash when caching tasks for the first time, closes #56
diff --git a/lib/hcl/version.rb b/lib/hcl/version.rb
index f62a0b6..b519209 100644
--- a/lib/hcl/version.rb
+++ b/lib/hcl/version.rb
@@ -1,3 +1,3 @@
module HCl
- VERSION = '0.4.12'
+ VERSION = '0.4.13'
end