Setup release v0.0.9

Reviewers: shahms, zarko

Reviewed By: zarko

Differential Revision: https://phabricator-dot-kythe-repo.appspot.com/D462
diff --git a/RELEASES.md b/RELEASES.md
index 7425945..6fa5450 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,6 +1,6 @@
 # Release Notes
 
-## Upcoming release
+## v0.0.9
 
 Notable changes:
  - xrefs.Decorations: nodes will not be populated unless given a fact filter
diff --git a/kythe/release/BUILD b/kythe/release/BUILD
index b18908f..26ad20e 100644
--- a/kythe/release/BUILD
+++ b/kythe/release/BUILD
@@ -21,7 +21,7 @@
     ],
 )
 
-release_version = "v0.0.8"
+release_version = "v0.0.9"
 
 genrule(
     name = "release",