bump version, update changelog

This commit is contained in:
Nick Elser
2015-04-12 20:58:18 -07:00
parent a1a226fb59
commit 37be5ae27b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 0.1.3
- Properly throw Suo::LockClientError when the connection itself fails (Memcache server not reachable, etc.)
## 0.1.2 ## 0.1.2
- Fix retry_timeout to properly use the full time (was being calculated incorrectly). - Fix retry_timeout to properly use the full time (was being calculated incorrectly).

View File

@@ -1,3 +1,3 @@
module Suo module Suo
VERSION = "0.1.2" VERSION = "0.1.3"
end end