diff --git a/CHANGELOG.md b/CHANGELOG.md index 40655f37e..992c633a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.10.1 (26.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/23?closed=1 +* #426 Fix pdf formatting (#428) +* #425 restore method `ITestRenderer.getWriter()` (#427) + ## 9.10.0 (24.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/22?closed=1 * #411 fix center li items with margin or padding -- thanks to Harald Amon (#420) * #404 Replace obsolete "jsr305" annotation library by JSpecify (#407) diff --git a/flying-saucer-core/pom.xml b/flying-saucer-core/pom.xml index 728354c8b..7a5602fc1 100644 --- a/flying-saucer-core/pom.xml +++ b/flying-saucer-core/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.1-SNAPSHOT + 9.10.1 ../pom.xml diff --git a/flying-saucer-examples/pom.xml b/flying-saucer-examples/pom.xml index 0487ed145..c4ce1b40c 100644 --- a/flying-saucer-examples/pom.xml +++ b/flying-saucer-examples/pom.xml @@ -6,7 +6,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.1-SNAPSHOT + 9.10.1 ../pom.xml diff --git a/flying-saucer-fop/pom.xml b/flying-saucer-fop/pom.xml index 9f08e0842..9f3d5735b 100644 --- a/flying-saucer-fop/pom.xml +++ b/flying-saucer-fop/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.1-SNAPSHOT + 9.10.1 ../pom.xml diff --git a/flying-saucer-log4j/pom.xml b/flying-saucer-log4j/pom.xml index 8706f9ba7..69294609a 100644 --- a/flying-saucer-log4j/pom.xml +++ b/flying-saucer-log4j/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.1-SNAPSHOT + 9.10.1 ../pom.xml diff --git a/flying-saucer-pdf-osgi/pom.xml b/flying-saucer-pdf-osgi/pom.xml index c218364b3..b47f99399 100644 --- a/flying-saucer-pdf-osgi/pom.xml +++ b/flying-saucer-pdf-osgi/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.1-SNAPSHOT + 9.10.1 ../pom.xml diff --git a/flying-saucer-pdf/pom.xml b/flying-saucer-pdf/pom.xml index 4e82a7feb..3b6b12c94 100644 --- a/flying-saucer-pdf/pom.xml +++ b/flying-saucer-pdf/pom.xml @@ -6,7 +6,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.1-SNAPSHOT + 9.10.1 ../pom.xml diff --git a/flying-saucer-swt/pom.xml b/flying-saucer-swt/pom.xml index 5dbfc0b3f..3cd71ae5e 100644 --- a/flying-saucer-swt/pom.xml +++ b/flying-saucer-swt/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.1-SNAPSHOT + 9.10.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 9e24f34d4..94ed45d21 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.1-SNAPSHOT + 9.10.1 pom