From 3c9467769db6fc7197fe21bb7f6b1457a7f30fdb Mon Sep 17 00:00:00 2001 From: Emma Lindsay Date: Mon, 18 Oct 2010 17:07:56 -0400 Subject: [PATCH] Bumping to version 2.3.10 --- CHANGELOG | 13 +++++++++++++ lib/hoptoad_notifier/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f49b3c6..f259e8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +Version 2.3.10 - Mon Oct 18 17:07:56 -0400 2010 +=============================================================================== + +Emma Lindsay (2): + Sends more javascript information back to hoptaod + Merge branch 'js_notifier_default_fields' + +Jason Morrison (2): + wip: Supply default url, component, action for JS notifier + gracefully fall back to require 'activesupport' if require 'active_support' fails + + Version 2.3.9 - 2010-10-18 =============================================================================== @@ -262,3 +274,4 @@ Nick Quaranto (3): + diff --git a/lib/hoptoad_notifier/version.rb b/lib/hoptoad_notifier/version.rb index 1f63bbb..c38cf5c 100644 --- a/lib/hoptoad_notifier/version.rb +++ b/lib/hoptoad_notifier/version.rb @@ -1,3 +1,3 @@ module HoptoadNotifier - VERSION = "2.3.9".freeze + VERSION = "2.3.10".freeze end