diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69a3891..3fade9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.1.5] - 2024-04-19
+- Have made System.Diagnostics.DiagnosticSource only be included on Net Standard's TFM & net 5 (https://github.com/microsoft/kiota-authentication-azure-dotnet/issues/191)
+
## [1.1.4] - 2024-02-26
### Added
diff --git a/src/Microsoft.Kiota.Authentication.Azure.csproj b/src/Microsoft.Kiota.Authentication.Azure.csproj
index 3a7d205..a962596 100644
--- a/src/Microsoft.Kiota.Authentication.Azure.csproj
+++ b/src/Microsoft.Kiota.Authentication.Azure.csproj
@@ -6,6 +6,7 @@
© Microsoft Corporation. All rights reserved.
Kiota Azure Identity Authentication Library for dotnet
Microsoft
+
netstandard2.0;netstandard2.1;net5.0;net6.0;net8.0
latest
true
@@ -14,7 +15,7 @@
https://aka.ms/kiota/docs
true
true
- 1.1.4
+ 1.1.5
true
true
@@ -44,7 +45,11 @@
-
+
+
+
+
+