From 37be5ae27b366aebbe52b99d468ab26dd0255e08 Mon Sep 17 00:00:00 2001 From: Nick Elser Date: Sun, 12 Apr 2015 20:58:18 -0700 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 4 ++++ lib/suo/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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