Bump version and update changelog.

This commit is contained in:
Nick Elser
2019-09-04 14:36:40 -07:00
parent 270c05b80e
commit b9d3f1b7a1
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -1,3 +1,3 @@
module Suo
VERSION = "0.3.3".freeze
VERSION = "0.3.4".freeze
end