diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c1017..84eb200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.2 + +- Fix retry_timeout to properly use the full time (was being calculated incorrectly). +- Refactor client implementations to re-use more code. + ## 0.1.1 - Use [MessagePack](https://github.com/msgpack/msgpack-ruby) for semaphore serialization. diff --git a/README.md b/README.md index 05e7ebf..b7ab84d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ end ## TODO - better stale key handling (refresh blocks) - more race condition tests - - refactor clients to re-use more code ## History