0.9.30
diff --git a/NEWS b/NEWS
index b7ac415..bddf457 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes leading to 0.9.30
+Wednesday, July 9, 2014
+=====================================
+- Update to Unicode 7.0.0:
+  * New scripts Manichaean and Psalter Pahlavi are shaped using
+    Arabic shaper.
+  * All the other new scripts to through the generic shaper for
+    now.
+- Minor Indic improvements.
+- Fix graphite2 backend cluster mapping [crasher!]
+- API changes:
+  * New HB_SCRIPT_* values for Unicode 7.0 scripts.
+  * New function hb_ot_layout_language_get_required_feature().
+- Build fixes.
+
+
 Overview of changes leading to 0.9.29
 Thursday, May 29, 2014
 =====================================
@@ -10,6 +26,7 @@
   * Allow digits and a some punctuation as consonant placeholders.
 - Build fixes.
 
+
 Overview of changes leading to 0.9.28
 Monday, April 28, 2014
 =====================================
diff --git a/configure.ac b/configure.ac
index ef71edf..085d4b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.29],
+        [0.9.30],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])