From 97e536b47fdc4229150de6032d0f4c1ac725d641 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Mon, 19 Jan 2015 08:58:50 +0800 Subject: [PATCH] Bumping version to 4.14.1 --- CHANGELOG.md | 5 +++++ lib/bullet/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ce6e2c..d7c8f7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Next Release +## 4.14.1 + +* Fix has_one then has_many associations in rails 4.2 +* Append js and dom to html body in proper position + ## 4.14.0 (10/03/2014) * Support rails 4.2 diff --git a/lib/bullet/version.rb b/lib/bullet/version.rb index 49f968fd..09a34744 100644 --- a/lib/bullet/version.rb +++ b/lib/bullet/version.rb @@ -1,4 +1,4 @@ # encoding: utf-8 module Bullet - VERSION = "4.14.0" + VERSION = "4.14.1" end