Release 0.12.0.
diff --git a/javalang/__init__.py b/javalang/__init__.py
index 9ac88c8..b575eec 100644
--- a/javalang/__init__.py
+++ b/javalang/__init__.py
@@ -5,4 +5,4 @@
 from . import javadoc
 
 
-__version__ = "0.11.0"
+__version__ = "0.12.0"
diff --git a/setup.py b/setup.py
index 71071ad..5c74ad2 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
 setup(
     name = "javalang",
     packages = ["javalang"],
-    version = "0.11.0",
+    version = "0.12.0",
     author = "Chris Thunes",
     author_email = "cthunes@brewtab.com",
     url = "http://github.com/c2nes/javalang",
@@ -23,9 +23,9 @@
 ========
 
 javalang is a pure Python library for working with Java source
-code. javalang provies a lexer and parser targeting Java 7. The
+code. javalang provies a lexer and parser targeting Java 8. The
 implementation is based on the Java language spec available at
-http://docs.oracle.com/javase/specs/jls/se7/html/.
+http://docs.oracle.com/javase/specs/jls/se8/html/.
 
 """,
     zip_safe = False,