Skip to content

Commit b89d095

Browse files
Prepare for version 3.2.2 (#920)
1 parent 921aada commit b89d095

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Dalli Changelog
44
Unreleased
55
==========
66

7+
3.2.2
8+
==========
9+
10+
- Ensure apps are resilient against old session ids
11+
712
3.2.1
813
==========
914

lib/dalli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Dalli
4-
VERSION = '3.2.1'
4+
VERSION = '3.2.2'
55

66
MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
77
end

0 commit comments

Comments
 (0)