diff --git a/README.md b/README.md
index b16617d54..182c873ee 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,11 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc
CHANGELOG
========
-head - 0.0.1-RC8-SNAPSHOT
+head - 0.0.1-RC9-SNAPSHOT
+========
+
+
+0.0.1-RC8
========
+ [Initial support for CSS transform property](https://github.com/danfickle/openhtmltopdf/issues/38) Thanks @rototor
+ [Add support for max-width and max-height on img elements](https://github.com/danfickle/openhtmltopdf/pull/48) Thanks @achuinard
diff --git a/docs/integration-guide.md b/docs/integration-guide.md
index 740aa046d..2090957b0 100644
--- a/docs/integration-guide.md
+++ b/docs/integration-guide.md
@@ -4,7 +4,7 @@ OPEN HTML TO PDF
GETTING OPEN HTML TO PDF
========
New releases of Open HTML to PDF will be distributed through Maven. Search maven for [com.openhtmltopdf](http://mvnrepository.com/artifact/com.openhtmltopdf).
-Current maven release is ````0.0.1-RC7````. If you would like to be notified of new releases, please subscribe to the [Maven issue](https://github.com/danfickle/openhtmltopdf/issues/7).
+Current maven release is ````0.0.1-RC8````. If you would like to be notified of new releases, please subscribe to the [Maven issue](https://github.com/danfickle/openhtmltopdf/issues/7).
MAVEN ARTIFACTS
========
@@ -12,7 +12,7 @@ Add these to your maven dependencies section as needed:
````xml
- 0.0.1-RC7
+ 0.0.1-RC8