diff --git a/Source/QuestPDF/QuestPDF.csproj b/Source/QuestPDF/QuestPDF.csproj
index 59c4ee4..4fc079e 100644
--- a/Source/QuestPDF/QuestPDF.csproj
+++ b/Source/QuestPDF/QuestPDF.csproj
@@ -3,7 +3,7 @@
MarcinZiabek
CodeFlint
QuestPDF
- 2023.4.1
+ 2023.4.2
QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. Easily generate PDF reports, invoices, exports, etc.
$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))
9
diff --git a/Source/QuestPDF/Resources/ReleaseNotes.txt b/Source/QuestPDF/Resources/ReleaseNotes.txt
index 2985d09..ff5126b 100644
--- a/Source/QuestPDF/Resources/ReleaseNotes.txt
+++ b/Source/QuestPDF/Resources/ReleaseNotes.txt
@@ -4,3 +4,9 @@ This release does not contain any features or quality improvements.
Its purpose is to mark the QuestPDF shift towards the dual-licensing model.
Most users are not affected by this change.
Please visit the https://www.questpdf.com/pricing.html webpage for more information.
+
+Version 2023.4.1:
+Added IntelliSense-powered documentation for certain API methods.
+
+Version 2023.4.2:
+Fix: fixed the rendering order of table cells in certain scenarios