Skip to content

Commit

Permalink
Prepare for version 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Oct 28, 2022
1 parent 72c4171 commit 23b2465
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Dalli Changelog
Unreleased
==========

3.2.3
==========

- Sanitize CAS inputs to ensure additional commands are not passed to memcached (xhzeem / petergoldstein)
- Sanitize input to flush command to ensure additional commands are not passed to memcached (xhzeem / petergoldstein)
- Namespaces passed as procs are now evaluated every time, as opposed to just on initialization (nrw505)
Expand Down
2 changes: 1 addition & 1 deletion dalli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob('lib/**/*') + [
'LICENSE',
'README.md',
'History.md',
'CHANGELOG.md',
'Gemfile'
]
s.homepage = 'https://github.com/petergoldstein/dalli'
Expand Down
2 changes: 1 addition & 1 deletion lib/dalli/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Dalli
VERSION = '3.2.2'
VERSION = '3.2.3'

MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
end

0 comments on commit 23b2465

Please sign in to comment.