diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecc8a7..7eaa9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.1.2 (2014-05-10) + +Features: + + - added a config option to globally disable colouring + +Bugfixes: + + - the 'options' section is now handled properly + - a few docs improvements + ## 0.1.1 (2014-04-24) Features: diff --git a/lib/tco/version.rb b/lib/tco/version.rb index 6346d88..75e1334 100644 --- a/lib/tco/version.rb +++ b/lib/tco/version.rb @@ -22,5 +22,5 @@ # THE SOFTWARE. module Tco - VERSION = "0.1.1" + VERSION = "0.1.2" end