diff --git a/CHANGELOG b/CHANGELOG index 1b09cca..9376fcf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,10 @@ +v0.2.2 (16th May 2011) +- restore dependency on vanilla roxml + v0.2.1 (9th September 2010) - use an alternative release of roxml that - is compatible it activesupport 2.x and 3.x - - doesn'tchange the behaviour of nokogiri when it monkey patches + - doesn't change the behaviour of nokogiri when it monkey patches v0.2.0 (2nd November 2009) - bump roxml dependency to 3.x diff --git a/lib/editx.rb b/lib/editx.rb index da2d689..8783675 100644 --- a/lib/editx.rb +++ b/lib/editx.rb @@ -9,7 +9,7 @@ module EDItX module Version #:nodoc: Major = 0 Minor = 2 - Tiny = 1 + Tiny = 2 String = [Major, Minor, Tiny].join('.') end