diff --git a/CHANGELOG.md b/CHANGELOG.md index 79578a0..dce5db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## dev +## 0.2.0 (December 4, 2010) - Features - * Use pid files for each thread instead of one global .titan file + * Use pid files for each thread instead of one global .titan file [Issue #5] * !!! You've to call Titan::Thread#run in order to start the created thread - Bug fixes diff --git a/lib/titan/version.rb b/lib/titan/version.rb index 0155b18..01fb6b0 100644 --- a/lib/titan/version.rb +++ b/lib/titan/version.rb @@ -1,3 +1,3 @@ module Titan - VERSION = "0.1.1" + VERSION = "0.2.0" end