Skip to content

Commit

Permalink
Prepare for 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Feb 12, 2024
1 parent 23bc51f commit 1db3fc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Dalli Changelog
Unreleased
==========

- Handle IO::TimeoutError when establishing connection (eugeneius)
3.2.8
==========

- Handle IO::TimeoutError when establishing connection (eugeneius)
- Drop dependency on base64 gem (Earlopain)
- Address incompatibility with resolv-replace (y9v)
- Add rubygems.org metadata (m-nakamura145)

3.2.7
==========
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.7'
VERSION = '3.2.8'

MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
end

0 comments on commit 1db3fc8

Please sign in to comment.