diff --git a/PSReadLine/Changes.txt b/PSReadLine/Changes.txt
index 031c43d7..e2c67302 100644
--- a/PSReadLine/Changes.txt
+++ b/PSReadLine/Changes.txt
@@ -1,3 +1,11 @@
+### [2.3.4] - 2023-10-02
+
+- Choose the inline prediction color based on the environment (#3808)
+- Update the stable version of PSReadLine used in the auto triage messages (#3804)
+- Update `Compliance_Job` to add a new variable group for APIScan (#3803)
+
+[2.3.4]: https://github.com/PowerShell/PSReadLine/compare/v2.3.3...v2.3.4
+
### [2.3.3] - 2023-09-18
- Re-package the `2.3.2-beta2` version to `2.3.3` as an official stable release.
diff --git a/PSReadLine/PSReadLine.csproj b/PSReadLine/PSReadLine.csproj
index 8fc37215..2b294692 100644
--- a/PSReadLine/PSReadLine.csproj
+++ b/PSReadLine/PSReadLine.csproj
@@ -5,9 +5,9 @@
Microsoft.PowerShell.PSReadLine
Microsoft.PowerShell.PSReadLine2
$(NoWarn);CA1416
- 2.3.3.0
- 2.3.3
- 2.3.3
+ 2.3.4.0
+ 2.3.4
+ 2.3.4
true
net462;net6.0
true
diff --git a/PSReadLine/PSReadLine.psd1 b/PSReadLine/PSReadLine.psd1
index 8ca5d55d..836c8702 100644
--- a/PSReadLine/PSReadLine.psd1
+++ b/PSReadLine/PSReadLine.psd1
@@ -1,7 +1,7 @@
@{
RootModule = 'PSReadLine.psm1'
NestedModules = @("Microsoft.PowerShell.PSReadLine2.dll")
-ModuleVersion = '2.3.3'
+ModuleVersion = '2.3.4'
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'