update changelog

This commit is contained in:
Nick Elser
2015-04-12 15:45:36 -07:00
parent 74e9e3de75
commit 1668756a48
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## 0.1.1
- Use [MessagePack](https://github.com/msgpack/msgpack-ruby) for semaphore serialization.
## 0.1.0 ## 0.1.0
- First release - First release.

View File

@@ -1,3 +1,3 @@
module Suo module Suo
VERSION = "0.1.0" VERSION = "0.1.1"
end end