diff --git a/gradle.properties b/gradle.properties index bb430896..aee5c4f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.2.2 +version=0.3.0 # Intellij SDK intellijSdkVersion=2022.2 diff --git a/platform/src/main/resources/graphdb/messages/GraphBundle.properties b/platform/src/main/resources/graphdb/messages/GraphBundle.properties index d61bf1eb..43f99e84 100644 --- a/platform/src/main/resources/graphdb/messages/GraphBundle.properties +++ b/platform/src/main/resources/graphdb/messages/GraphBundle.properties @@ -1,3 +1,3 @@ updater.title=Graph Database plugin updated to v{0} updater.notification=\ - Support metadata display for Neo4j 3.x servers (excluding indexes, constraints and procedures). + Add support for Cypher EXISTS and COUNT subqueries. Disable highlighting in Cypher comments.