diff --git a/CHANGES.md b/CHANGES.md
index b28811f..a7e5f1e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,16 @@
# List of Changes with Releases
+## Version 2.4.1 (libnserial 1.1.4)
+
+Features
+
+* DOTNET-698: Get port descriptions from Windows CfgMgr32. Now works on .NET
+ Standard as well as .NET Framework
+
+Bugfixes
+
+* DOTENT-714: Rework P/Invoke against best practices.
+
## Version 2.4.0 (libnserial 1.1.4)
Features
diff --git a/code/SerialPortStream.csproj b/code/SerialPortStream.csproj
index 84cd991..b144885 100644
--- a/code/SerialPortStream.csproj
+++ b/code/SerialPortStream.csproj
@@ -21,7 +21,7 @@
true
https://github.com/jcurl/serialportstream
An independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Version 3.x and later will be under the package name RJCP.SerialPortStream.
- 2.4.0
+ 2.4.1