Merge branch 'master' of https://github.com/apache/incubator-age
diff --git a/RELEASE b/RELEASE
index 384af92..33e7f08 100644
--- a/RELEASE
+++ b/RELEASE
@@ -17,10 +17,36 @@
 
 Release Notes for Apache AGE release v0.7.0
 
-    Add VLE SRF (Set Returning Function).
-    Fix Vertex, Edge, and Path serialization bug (AGE2-307).
-    Fix CREATE passback bug (AGE2-337).
-    Fix CREATE transaction block bug (AGE2-345).
-    Fix parallel build errors.
-    Fix Travis CI compiler warnings.
+Apache AGE 0.7.0 - Release Notes 
 
+    Refactor and bug fix of DELETE’s usage of currentCommandId.
+    Add Labels creation functions (issue #115).
+    Refactor and bug fix of SET’s usage of currentCommandId.
+    Add regular expression comparisons with ‘~=’.
+    Add relationships() function.
+    Add range() function.
+    Add keys() function.
+    Update README.
+    Add labels() function.
+    Add nodes() function.
+    Add XOR operator.
+    Fix Mac OS X compilation (issue #82).
+    Create issue templates (issue #90).
+    Fix nodejs driver (issue #104).
+    Add reverse() function for lists.
+    Refactor code for CREATE vertex and edge labels (issue #136).
+    Add AGTYPE parser and driver support to Python and Golang.
+    Fix incorrect parse tree for EXISTS (issue #141).
+    Add VLE core to the MATCH clause.
+    Fix licensing issues in the master branch.
+    Refactor VLE edge uniqueness.
+    Add AGTYPE and GRAPHID send and receive functions.
+    Add precision parameter to round().
+    Fix SET clause (issue #165).
+    Add typecasting to int4[].
+    Updated documentation.
+    Add new docker file.
+    Add zero boundary case to VLE.
+    Add ASF licenses for Python and Golang drivers.
+    Fix for zero boundary case.
+    Fix for paths of length one.