diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c5326c..50c971d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +v2.0.2 +------ + +* Added version number to tracevis (issue #56). +* Degrade gracefully instead of showing error pop-up when tracevis-server is not accessible (issue #57). +* Added spellcheck="false" to textarea where JSON trace is pasted (issue #36). +* Added TraceUtil class to simplify generating JSON trace for a task. +* Fixed Javadoc to display better in Intellij IDEA. +* Internal implementation changes: simplified continuations implementation. + v2.0.1 ------ diff --git a/version.properties b/version.properties index 332be406..547d0859 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=2.0.1 +version=2.0.2