diff --git a/CHANGELOG b/CHANGELOG index 62ae7c0..8061547 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ -* master +* 0.5.1 +* Fix some encoding issues (ruby 2.0 & 1.9) * Rewrite HtmlOutputter. Not entirely backwards compatible with the previous version. * 0.5.0 diff --git a/lib/barby/version.rb b/lib/barby/version.rb index fd27dcd..4a4a67f 100644 --- a/lib/barby/version.rb +++ b/lib/barby/version.rb @@ -2,7 +2,7 @@ module Barby #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 5 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end