diff --git a/bpmn-intellij-plugin/src/main/resources/META-INF/plugin.xml b/bpmn-intellij-plugin/src/main/resources/META-INF/plugin.xml
index b6085ac52..b0ee5c6fd 100644
--- a/bpmn-intellij-plugin/src/main/resources/META-INF/plugin.xml
+++ b/bpmn-intellij-plugin/src/main/resources/META-INF/plugin.xml
@@ -4,7 +4,7 @@
Flowable BPMN visualizer
- 0.2.3
+ 0.3.0
@@ -22,11 +22,36 @@
Language injections to underlying XML file, so that class usage and refactoring is available
BPMN process debugging
+ Plugin status: Work in progress. Please use issue tracker to report any problems found
]]>
0.3.0:
+
+ -
+ First GA release of the plugin
+
+ -
+ SubProcess/Transaction rendering and modification support
+
+ -
+ XML language injection allowing refactoring and navigation code-to-XML
+
+ -
+ Jump to element in XML file feature
+
+ -
+ Boundary events can be attached to the target element now
+
+ -
+ Default gateway outgoing sequence selection
+
+ -
+ Edit parent process documentation, ID and name
+
+
0.2.3: