Skip to content

Commit

Permalink
Merge pull request #787 from petergoldstein/version/3_0_1
Browse files Browse the repository at this point in the history
Prepare for 3.0.1 release
  • Loading branch information
petergoldstein committed Oct 7, 2021
2 parents ba8914a + 55edf3b commit 1017445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Dalli Changelog
=====================

- Raise NetworkError when multi response gets into corrupt state (mervync, #783)
- Validate servers argument (semaperepelitsa, petergoldstein, #776)
- Enable SSL support (bdunne, #775)
- Add gat operation (tbeauvais, #769)
- Switch repo to Github Actions (petergoldstein, bdunne, Fryguy)

2.7.11
==========
Expand Down
2 changes: 1 addition & 1 deletion lib/dalli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dalli
VERSION = "3.0.0"
VERSION = "3.0.1"
end

0 comments on commit 1017445

Please sign in to comment.