diff --git a/CHANGELOG.md b/CHANGELOG.md index 84eb200..9c0d4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + +- Properly throw Suo::LockClientError when the connection itself fails (Memcache server not reachable, etc.) + ## 0.1.2 - Fix retry_timeout to properly use the full time (was being calculated incorrectly). diff --git a/lib/suo/version.rb b/lib/suo/version.rb index 0f42956..15283b4 100644 --- a/lib/suo/version.rb +++ b/lib/suo/version.rb @@ -1,3 +1,3 @@ module Suo - VERSION = "0.1.2" + VERSION = "0.1.3" end