diff --git a/QuestPDF/QuestPDF.csproj b/QuestPDF/QuestPDF.csproj
index 259f636..0229842 100644
--- a/QuestPDF/QuestPDF.csproj
+++ b/QuestPDF/QuestPDF.csproj
@@ -3,7 +3,7 @@
MarcinZiabek
CodeFlint
QuestPDF
- 2022.9.0
+ 2022.11.0-alpha0
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/Description.md b/QuestPDF/Resources/Description.md
index 73ac988..41f8a3e 100644
--- a/QuestPDF/Resources/Description.md
+++ b/QuestPDF/Resources/Description.md
@@ -21,7 +21,7 @@ Install-Package QuestPDF
dotnet add package QuestPDF
// Package reference in .csproj file
-
+
```
## Documentation
diff --git a/QuestPDF/Resources/ReleaseNotes.txt b/QuestPDF/Resources/ReleaseNotes.txt
index 44c7fc7..647db26 100644
--- a/QuestPDF/Resources/ReleaseNotes.txt
+++ b/QuestPDF/Resources/ReleaseNotes.txt
@@ -1,6 +1 @@
-2022.9.0
-- Implemented font-fallback algorithm,
-- Introduced new Settings API,
-- Significantly reduced memory allocation cost for TextStyle objects,
-- Implemented optional checking if all font glyphs are available,
-- Minor text-rendering optimizations.
+Added support for the right-to-left content direction.
\ No newline at end of file