From 978cd33536ffb30823dca8165e846f2abb42bcbb Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 15 Oct 2012 14:56:04 -0700 Subject: [PATCH] 2.2.1 --- History.md | 6 ++++++ lib/dalli/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 89bd3129..12f443f5 100644 --- a/History.md +++ b/History.md @@ -5,6 +5,12 @@ HEAD ======= - Added the ability to swap out the serializer used to [de]serialize cache data [brianmario, #274] +2.2.1 +======= + +- Fix issues with ENV-based connections. [#266] +- Fix problem with SessionStore in Rails 4.0 [#265] + 2.2.0 ======= diff --git a/lib/dalli/version.rb b/lib/dalli/version.rb index 1e6390bc..3fc45ae7 100644 --- a/lib/dalli/version.rb +++ b/lib/dalli/version.rb @@ -1,3 +1,3 @@ module Dalli - VERSION = '2.2.0' + VERSION = '2.2.1' end