Skip to content

Commit

Permalink
update changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelser committed Jan 21, 2021
1 parent 6b6eb4e commit 65cae9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
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.4".freeze
VERSION = "0.4.0".freeze
end

0 comments on commit 65cae9a

Please sign in to comment.