We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921aada commit b89d095Copy full SHA for b89d095
2 files changed
History.md
@@ -4,6 +4,11 @@ Dalli Changelog
4
Unreleased
5
==========
6
7
+3.2.2
8
+==========
9
+
10
+- Ensure apps are resilient against old session ids
11
12
3.2.1
13
14
lib/dalli/version.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
module Dalli
- VERSION = '3.2.1'
+ VERSION = '3.2.2'
MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
end
0 commit comments