Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelser committed Sep 4, 2019
1 parent 270c05b commit b9d3f1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.4

- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).

## 0.3.3

- Default TTL for keys to allow for short-lived locking keys (thanks to Ian Remillard) without leaking memory.
Expand Down
2 changes: 1 addition & 1 deletion lib/suo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Suo
VERSION = "0.3.3".freeze
VERSION = "0.3.4".freeze
end

0 comments on commit b9d3f1b

Please sign in to comment.