diff --git a/CHANGELOG.MD b/CHANGELOG.MD
index 74685316..f95b5510 100644
--- a/CHANGELOG.MD
+++ b/CHANGELOG.MD
@@ -4,21 +4,31 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones](
Date format: (year/month/day)
+### Version 6.0.3 (2025/08/10)
+
+- **NLog.Web.AspNetCore**
+ - [#1101](https://github.com/NLog/NLog.Web/pull/1101) Added ${aspnet-request-endpoint-group} (@snakefoot)
+ - [#1102](https://github.com/NLog/NLog.Web/pull/1102) Added ${aspnet-request-endpoint-name} (@snakefoot)
+ - [#1103](https://github.com/NLog/NLog.Web/pull/1103) Updated dependency NLog v6.0.3 (@snakefoot)
+
+- **NLog.Web**
+ - [#1103](https://github.com/NLog/NLog.Web/pull/1103) Updated dependency NLog v6.0.3 (@snakefoot)
+
### Version 6.0.2 (2025/07/20)
- **NLog.Web.AspNetCore**
- - Updated dependency NLog v6.0.2
+ - [#1099](https://github.com/NLog/NLog.Web/pull/1099) Updated dependency NLog v6.0.2 (@snakefoot)
- **NLog.Web**
- - Updated dependency NLog v6.0.2
+ - [#1099](https://github.com/NLog/NLog.Web/pull/1099) Updated dependency NLog v6.0.2 (@snakefoot)
### Version 6.0.1 (2025/06/28)
- **NLog.Web.AspNetCore**
- - Updated dependency NLog v6.0.1
+ - [#1097](https://github.com/NLog/NLog.Web/pull/1097) Updated dependency NLog v6.0.1 (@snakefoot)
- **NLog.Web**
- - Updated dependency NLog v6.0.1
+ - [#1097](https://github.com/NLog/NLog.Web/pull/1097) Updated dependency NLog v6.0.1 (@snakefoot)
### Version 6.0 (2025/06/21)
diff --git a/build.ps1 b/build.ps1
index 993b7efa..10cce0e4 100644
--- a/build.ps1
+++ b/build.ps1
@@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version
-$versionPrefix = "6.0.2"
+$versionPrefix = "6.0.3"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
diff --git a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/ASP.NET 4.6.1 - VS2017.csproj b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/ASP.NET 4.6.1 - VS2017.csproj
index 4887ea9c..037dac34 100644
--- a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/ASP.NET 4.6.1 - VS2017.csproj
+++ b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/ASP.NET 4.6.1 - VS2017.csproj
@@ -49,7 +49,7 @@
..\..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll
- ..\..\..\..\packages\NLog.6.0.2\lib\net46\NLog.dll
+ ..\..\..\..\packages\NLog.6.0.3\lib\net46\NLog.dll
diff --git a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config
index 1a5fd87a..0371010f 100644
--- a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config
+++ b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config
@@ -11,6 +11,6 @@
-
+
\ No newline at end of file
diff --git a/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj b/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
index 1d3d864f..a091a373 100644
--- a/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
+++ b/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
@@ -16,7 +16,9 @@ Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog
ChangeLog:
- - Updated dependency NLog v6.0.2
+ - [#1101] Added ${aspnet-request-endpoint-group} (@snakefoot)
+ - [#1102] Added ${aspnet-request-endpoint-name} (@snakefoot)
+ - [#1103] Updated dependency NLog v6.0.3 (@snakefoot)
List of major changes in NLog v6.0: https://nlog-project.org/2025/04/29/nlog-6-0-major-changes.html
@@ -67,7 +69,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-
$(Title)
-
+
diff --git a/src/NLog.Web/NLog.Web.csproj b/src/NLog.Web/NLog.Web.csproj
index 0b1825f6..78efb821 100644
--- a/src/NLog.Web/NLog.Web.csproj
+++ b/src/NLog.Web/NLog.Web.csproj
@@ -71,7 +71,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-
-
+