diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf2eac..33edd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/suo/version.rb b/lib/suo/version.rb index c686523..014d894 100644 --- a/lib/suo/version.rb +++ b/lib/suo/version.rb @@ -1,3 +1,3 @@ module Suo - VERSION = "0.3.3".freeze + VERSION = "0.3.4".freeze end