From 65cae9aa5842099c1ff8740b29157691af2d80d5 Mon Sep 17 00:00:00 2001 From: Nick Elser Date: Thu, 21 Jan 2021 10:32:06 -0800 Subject: [PATCH] update changelog & version --- CHANGELOG.md | 7 +++++++ lib/suo/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33edd76..df24509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/lib/suo/version.rb b/lib/suo/version.rb index 014d894..483521a 100644 --- a/lib/suo/version.rb +++ b/lib/suo/version.rb @@ -1,3 +1,3 @@ module Suo - VERSION = "0.3.4".freeze + VERSION = "0.4.0".freeze end