File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Dalli Changelog
44Unreleased
55==========
66
7+ 3.2.3
8+ ==========
9+
710- Sanitize CAS inputs to ensure additional commands are not passed to memcached (xhzeem / petergoldstein)
811- Sanitize input to flush command to ensure additional commands are not passed to memcached (xhzeem / petergoldstein)
912- 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|
1313 s . files = Dir . glob ( 'lib/**/*' ) + [
1414 'LICENSE' ,
1515 'README.md' ,
16- 'History .md' ,
16+ 'CHANGELOG .md' ,
1717 'Gemfile'
1818 ]
1919 s . homepage = 'https://github.com/petergoldstein/dalli'
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Dalli
4- VERSION = '3.2.2 '
4+ VERSION = '3.2.3 '
55
66 MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
77end
You can’t perform that action at this time.
0 commit comments