From aaee69a2dfec1065628e2c95ea64d4bd9f432f27 Mon Sep 17 00:00:00 2001 From: Nick Elser Date: Mon, 13 Apr 2015 22:15:14 -0700 Subject: [PATCH] release v0.2.3 --- CHANGELOG.md | 4 ++++ lib/suo/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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