diff --git a/CHANGELOG.md b/CHANGELOG.md index 99810de..b822e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## Master (unreleased) + + +## 0.5.0 - Add a `current_thread` option of `Expeditor::Command#start` method to execute a task on current thread [#13](https://github.com/cookpad/expeditor/pull/13) - Drop support for MRI 2.0.x [#15](https://github.com/cookpad/expeditor/pull/15) diff --git a/lib/expeditor/version.rb b/lib/expeditor/version.rb index c80206d..526d66d 100644 --- a/lib/expeditor/version.rb +++ b/lib/expeditor/version.rb @@ -1,3 +1,3 @@ module Expeditor - VERSION = "0.4.0" + VERSION = "0.5.0" end