File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Dalli Changelog
4
4
Unreleased
5
5
==========
6
6
7
+ 3.2.3
8
+ ==========
9
+
7
10
- Sanitize CAS inputs to ensure additional commands are not passed to memcached (xhzeem / petergoldstein)
8
11
- Sanitize input to flush command to ensure additional commands are not passed to memcached (xhzeem / petergoldstein)
9
12
- Namespaces passed as procs are now evaluated every time, as opposed to just on initialization (nrw505)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
s . files = Dir . glob ( 'lib/**/*' ) + [
14
14
'LICENSE' ,
15
15
'README.md' ,
16
- 'History .md' ,
16
+ 'CHANGELOG .md' ,
17
17
'Gemfile'
18
18
]
19
19
s . homepage = 'https://github.com/petergoldstein/dalli'
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Dalli
4
- VERSION = '3.2.2 '
4
+ VERSION = '3.2.3 '
5
5
6
6
MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
7
7
end
You can’t perform that action at this time.
0 commit comments