diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj
index f8a28cae9..5dcf16d6f 100644
--- a/Terminal.Gui/Terminal.Gui.csproj
+++ b/Terminal.Gui/Terminal.Gui.csproj
@@ -79,11 +79,15 @@
A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix.
Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET
+ Release v1.7.2
+ * Fixes #1773. Base color scheme for ListView hard to read
+ * Fixes #1934. WindowsDriver crash when the height is less than 1 with the VS Debugger
+
Release v1.7.1
* Fixes #1930. Trailing whitespace makes MessageBox.Query buttons disappear.
* Fixes #1921. Mouse continuous button pressed is not working on ScrollView.
* Fixes #1924. Wizard: Selected help text is unreadable
-
+
Release v1.7.0
* Moved Terminal.Gui (and NStack) to the github.com/gui-cs organization.
* Adds multi-step Wizard View for setup experiences (#124)