diff --git a/docs/ChangeLog.md b/docs/ChangeLog.md
index 257708b..6fd8ca9 100644
--- a/docs/ChangeLog.md
+++ b/docs/ChangeLog.md
@@ -1,6 +1,6 @@
# What’s new in Ookii.CommandLine
-## Ookii.CommandLine 4.2 (TBD)
+## Ookii.CommandLine 4.2 (2024-09-12)
- The [helper methods](Utilities.md#virtual-terminal-support) in the [`VirtualTerminal`][] class now
use the [`LineWrappingTextWriter`][] class to properly white-space their output.
@@ -10,6 +10,7 @@
methods as appropriate, to avoid compiler warnings about hidden base class members.
- The library is now fully compatible with native AOT (ahead-of-time) compilation, when
[source generation](SourceGeneration.md) is used.
+- Bug fixes.
## Ookii.CommandLine 4.1 (2024-01-26)
diff --git a/docs/Ookii.CommandLine.shfbproj b/docs/Ookii.CommandLine.shfbproj
index fa92152..ccdc65f 100644
--- a/docs/Ookii.CommandLine.shfbproj
+++ b/docs/Ookii.CommandLine.shfbproj
@@ -51,7 +51,7 @@
C#, Visual Basic, Visual Basic Usage, Managed C++
Blank
True
- True
+ False
AboveNamespaces
True
True
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 1ef44a6..83dd29d 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -5,6 +5,5 @@
Ookii.org
Copyright (c) Sven Groot (Ookii.org)
4.2.0
- preview3
\ No newline at end of file