CHANGELOG.md in cobra_commander-0.12.0 vs CHANGELOG.md in cobra_commander-0.13.0
- old
+ new
@@ -1,8 +1,13 @@
# Change Log
## Unreleased
+## Version 0.13.0 - 2021-10-21
+
+* Sorts the interactive UI alphabetically with failures first [#66](https://github.com/powerhome/cobra_commander/pull/66)
+* Switch linter to standardrb [#67](https://github.com/powerhome/cobra_commander/pull/67)
+
## 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)