update changelog & version

This commit is contained in:
Nick Elser
2021-01-21 10:32:06 -08:00
parent 6b6eb4e590
commit 65cae9aa58
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## 0.4.0
- Monotonic clock for locks, avoiding issues with DST (thanks @doits)
- Pooled connection support (thanks @mlarraz)
- Switch to Github actions for tests (thanks @mlarraz)
- Update supported Ruby versions (thanks @mlarraz & @pat)
## 0.3.4
- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).

View File

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