diff --git a/CHANGELOG b/CHANGELOG index 46483567f..bef65afc7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +== 2.2.1 + +* (mvz) Support methods using array decomposition arguments + == 2.2.0 * (sauliusgrigaitis) Add support for XML reports diff --git a/lib/reek/version.rb b/lib/reek/version.rb index 7be8a4460..9aa536789 100644 --- a/lib/reek/version.rb +++ b/lib/reek/version.rb @@ -3,6 +3,6 @@ module Reek # This module holds the Reek version informations # module Version - STRING = '2.2.0' + STRING = '2.2.1' end end