CHANGELOG.md in cobra_commander-0.8.1 vs CHANGELOG.md in cobra_commander-0.9.0
- old
+ new
@@ -1,8 +1,12 @@
# Change Log
## Unreleased
+## Version 0.9.0 - 2020-08-26
+
+* Add support for parallel task execution to `cobra exec`.
+
## Version 0.8.1 - 2020-07-29
* Fix CobraCommander::Executor when running [`bundler`](https://bundler.io/) based commands (i.e.: `bundle exec rspec`)
## Version 0.8 - 2020-07-21