From d41eb81c246083b521f3e63f8685ace3620be3fe Mon Sep 17 00:00:00 2001 From: Dan Fickle Date: Tue, 22 Nov 2016 22:05:17 +1100 Subject: [PATCH] For #8 - Update README and integration guide with RC8 version. [ci skip] --- README.md | 6 +++++- docs/integration-guide.md | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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