CHANGELOG.md in cobra_commander-0.11.0 vs CHANGELOG.md in cobra_commander-0.12.0
- old
+ new
@@ -1,8 +1,13 @@
# Change Log
## Unreleased
+## Version 0.12.0 - 2021-09-21
+
+* Add interactive UI and Markdown output to `cobra exec` [#63](https://github.com/powerhome/cobra_commander/pull/63)
+* Add `--self` and `--no-self` filters to `cobra exec` and `cobra ls`, defaults to `--self` [#61](https://github.com/powerhome/cobra_commander/pull/61)
+
## Version 0.11.0 - 2021-04-23
* Add concurrency limit to multi exec [#57](https://github.com/powerhome/cobra_commander/pull/57)
* Ruby 3.0 compatibility [#55](https://github.com/powerhome/cobra_commander/pull/55)