Skip to content

Commit 23b2465

Browse files
Prepare for version 3.2.3
1 parent 72c4171 commit 23b2465

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Dalli Changelog
44
Unreleased
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)

dalli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

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.2'
4+
VERSION = '3.2.3'
55

66
MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
77
end

0 commit comments

Comments
 (0)