From 27351f3da13237c0e140102d1e808486abfbeaa7 Mon Sep 17 00:00:00 2001 From: gussan Date: Fri, 17 May 2013 17:52:34 +0900 Subject: [PATCH] Bump version to 1.1.1 --- CHANGELOG.md | 4 ++++ lib/active_record/turntable/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12af4446..021b5f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## activerecord-turntable 1.1.1 ## + +* Enable query caching + ## activerecord-turntable 1.1.0 ## * AR::Base.clear_active_connections! should be proxied to all shards diff --git a/lib/active_record/turntable/version.rb b/lib/active_record/turntable/version.rb index 63477a44..dc305faf 100644 --- a/lib/active_record/turntable/version.rb +++ b/lib/active_record/turntable/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module Turntable - VERSION = "1.1.0" + VERSION = "1.1.1" end end