diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69a918c66..22d918a82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,10 @@
# Changelog
-## 9.11.0 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/25
+## 9.11.0 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/25?closed=1
* Add support for `word-break:break-all` CSS property -- thanks to Kyle Stephens (#438)
-* refactoring: remove setters and make many classes immutable (#434)
+* #440 Fix relative background image (#441)
+* Fix PDFAsImage scaling -- thanks to JamesScrase-PortSwigger (#442)
+* refactoring: remove setters and make many classes immutable (#434) (#435) (#443)
## 9.10.2 (29.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/24?closed=1
* add overloaded method `addFontDirectory(... String encoding ...)`
diff --git a/flying-saucer-core/pom.xml b/flying-saucer-core/pom.xml
index cfa1f8e6a..0f0f3a493 100644
--- a/flying-saucer-core/pom.xml
+++ b/flying-saucer-core/pom.xml
@@ -7,7 +7,7 @@
org.xhtmlrenderer
flying-saucer-parent
- 9.11.0-SNAPSHOT
+ 9.11.0
../pom.xml
diff --git a/flying-saucer-examples/pom.xml b/flying-saucer-examples/pom.xml
index 457f8997d..9e0daddba 100644
--- a/flying-saucer-examples/pom.xml
+++ b/flying-saucer-examples/pom.xml
@@ -6,7 +6,7 @@
org.xhtmlrenderer
flying-saucer-parent
- 9.11.0-SNAPSHOT
+ 9.11.0
../pom.xml
diff --git a/flying-saucer-fop/pom.xml b/flying-saucer-fop/pom.xml
index eb1713d92..f05145c0c 100644
--- a/flying-saucer-fop/pom.xml
+++ b/flying-saucer-fop/pom.xml
@@ -7,7 +7,7 @@
org.xhtmlrenderer
flying-saucer-parent
- 9.11.0-SNAPSHOT
+ 9.11.0
../pom.xml
diff --git a/flying-saucer-log4j/pom.xml b/flying-saucer-log4j/pom.xml
index 41cd3cc81..d65d66751 100644
--- a/flying-saucer-log4j/pom.xml
+++ b/flying-saucer-log4j/pom.xml
@@ -7,7 +7,7 @@
org.xhtmlrenderer
flying-saucer-parent
- 9.11.0-SNAPSHOT
+ 9.11.0
../pom.xml
diff --git a/flying-saucer-pdf-osgi/pom.xml b/flying-saucer-pdf-osgi/pom.xml
index 065794063..3e10c189f 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.11.0-SNAPSHOT
+ 9.11.0
../pom.xml
diff --git a/flying-saucer-pdf/pom.xml b/flying-saucer-pdf/pom.xml
index 8e2fdcb3b..2e0125524 100644
--- a/flying-saucer-pdf/pom.xml
+++ b/flying-saucer-pdf/pom.xml
@@ -6,7 +6,7 @@
org.xhtmlrenderer
flying-saucer-parent
- 9.11.0-SNAPSHOT
+ 9.11.0
../pom.xml
diff --git a/flying-saucer-swt/pom.xml b/flying-saucer-swt/pom.xml
index e2714317e..e4bbd05f1 100644
--- a/flying-saucer-swt/pom.xml
+++ b/flying-saucer-swt/pom.xml
@@ -7,7 +7,7 @@
org.xhtmlrenderer
flying-saucer-parent
- 9.11.0-SNAPSHOT
+ 9.11.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index afcc77826..061626005 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.xhtmlrenderer
flying-saucer-parent
- 9.11.0-SNAPSHOT
+ 9.11.0
pom