diff --git a/README.md b/README.md
index 56e486a0..d5719841 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,13 @@ Various documentation is available:
### Releases
-Release 0.8 is the current development release intended for feedback.
+Release 0.9 is the current development release intended for feedback.
The code is fully tested, but there may yet be bugs and the API may yet change.
There should be no great reason why it cannot be used in production if you can cope with future API change.
The project runs on JDK 8 and has no dependencies.
-Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.threeten|threeten-extra|0.8|jar)
+Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.threeten|threeten-extra|0.9|jar)
### Support
diff --git a/pom.xml b/pom.xml
index 37bcd5db..7206b0c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
threeten-extra
jar
ThreeTen-extra
- 0.9-SNAPSHOT
+ 0.9
Additional functionality that enhances JSR-310 dates and times in JDK 8
https://www.threeten.org/threeten-extra
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 78a43064..abbf9189 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,7 @@
-
+
Add Interval class.
Fixes #2.
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 4b3ae8ff..ed031564 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -46,19 +46,19 @@ Various documentation is available:
## Releases
There are no full releases yet!
-Release 0.8 is the current development release intended for feedback.
+Release 0.9 is the current development release intended for feedback.
The code is fully tested, but there may yet be bugs and the API may yet change.
There should be no great reason why it cannot be used in production if you can cope with future API change.
The project runs on Java SE 8 and has no [dependencies](dependencies.html).
-Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreeten-extra%7C0.8%7Cjar).
+Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreeten-extra%7C0.9%7Cjar).
```xml
org.threeten
threeten-extra
- 0.8
+ 0.9
```