diff --git a/CHANGELOG.md b/CHANGELOG.md index 562d8e4..d89b403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v0.1.8 + +1. Fixed issue when `$EDITOR` contained spaces +1. Replaced map/filter calls with list comprehensions + ## v0.1.7 1. Removed hack when loading bpmn file content diff --git a/VERSION b/VERSION index a1e1395..84aa3a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.7 \ No newline at end of file +0.1.8 \ No newline at end of file