diff --git a/CHANGELOG.md b/CHANGELOG.md index 0039f16..c498731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.3 + +- Clarify documentation further with respect to semaphores. + ## 0.2.2 - Fix bug with refresh - typo would've prevented real use. diff --git a/lib/suo/version.rb b/lib/suo/version.rb index 5a5212f..7ac4923 100644 --- a/lib/suo/version.rb +++ b/lib/suo/version.rb @@ -1,3 +1,3 @@ module Suo - VERSION = "0.2.2" + VERSION = "0.2.3" end