diff --git a/CHANGELOG b/CHANGELOG index b7a1a1a43..4f5e00b82 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 2.4.0 - Thu Jan 06 15:03:58 -0500 2011 +=============================================================================== + +Jason Morrison (1): + Remove official support for very old Rails version going forward + Version 2.3.14 - Wed Jan 05 14:06:12 -0500 2011 =============================================================================== @@ -353,5 +359,6 @@ Nick Quaranto (3): + diff --git a/lib/hoptoad_notifier/version.rb b/lib/hoptoad_notifier/version.rb index f704d8ee7..ef4559ec4 100644 --- a/lib/hoptoad_notifier/version.rb +++ b/lib/hoptoad_notifier/version.rb @@ -1,3 +1,3 @@ module HoptoadNotifier - VERSION = "2.3.14".freeze + VERSION = "2.4.0".freeze end