diff --git a/QuestPDF/QuestPDF.csproj b/QuestPDF/QuestPDF.csproj
index a5d14b7..44a8cda 100644
--- a/QuestPDF/QuestPDF.csproj
+++ b/QuestPDF/QuestPDF.csproj
@@ -3,7 +3,7 @@
MarcinZiabek
CodeFlint
QuestPDF
- 2202.8.2
+ 2022.8.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.
$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))
9
diff --git a/QuestPDF/Resources/ReleaseNotes.txt b/QuestPDF/Resources/ReleaseNotes.txt
index 5e94fc4..8ed583b 100644
--- a/QuestPDF/Resources/ReleaseNotes.txt
+++ b/QuestPDF/Resources/ReleaseNotes.txt
@@ -16,5 +16,5 @@
- Updated stability of rendering elements in negative space
- Optimization for the Column element: do not measure child when available height is negative
-2202.8.2
+2022.8.2
- Fixed: the Column element incorrectly renders zero-height elements.