diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f1579..ce4fd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1 + +- Fix bug when dealing with real-world Redis error conditions. + ## 0.2.0 - Refactor class methods into instance methods to simplify implementation. diff --git a/lib/suo/version.rb b/lib/suo/version.rb index 1e751d4..37df641 100644 --- a/lib/suo/version.rb +++ b/lib/suo/version.rb @@ -1,3 +1,3 @@ module Suo - VERSION = "0.2.0" + VERSION = "0.2.1" end