diff --git a/CHANGELOG b/CHANGELOG index 796c38e..b6a5492 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +Version 2.2.0 - 2010-02-18 +=============================================================================== + +Bumping the version from 2.1.4 to 2.2.0 since adding Rack support warrants a minor version. + +Jason Morrison (1): + Stringify array elements when making assertions about Notice XML for 1.9 compatibility + + Version 2.1.4 - 2010-02-12 =============================================================================== @@ -29,3 +38,4 @@ Nick Quaranto (3): + diff --git a/lib/hoptoad_notifier/version.rb b/lib/hoptoad_notifier/version.rb index 1a18579..fd9641d 100644 --- a/lib/hoptoad_notifier/version.rb +++ b/lib/hoptoad_notifier/version.rb @@ -1,3 +1,3 @@ module HoptoadNotifier - VERSION = "2.1.4".freeze + VERSION = "2.2.0".freeze end