diff --git a/CHANGES.md b/CHANGES.md index 73a1abe5..e1eb4747 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -HEAD ----- +0.11.1 +------ * 'exclusive' class method marks methods as always exclusive and runs them outside of a Fiber (useful if you need more stack than Fibers provide) * Celluloid::PoolManager returns its own class when #class is called, instead diff --git a/lib/celluloid/version.rb b/lib/celluloid/version.rb index 7ccaec93..54dc8f50 100644 --- a/lib/celluloid/version.rb +++ b/lib/celluloid/version.rb @@ -1,4 +1,4 @@ module Celluloid - VERSION = '0.11.0' + VERSION = '0.11.1' def self.version; VERSION; end end