diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d2ab5d..69a3891 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.1.4] - 2024-02-26
+
### Added
+- Added `net6.0` and `net8.0` as target frameworks.
+
## [1.1.3] - 2024-02-05
### Changed
diff --git a/src/Microsoft.Kiota.Authentication.Azure.csproj b/src/Microsoft.Kiota.Authentication.Azure.csproj
index f24fe4d..9b85c00 100644
--- a/src/Microsoft.Kiota.Authentication.Azure.csproj
+++ b/src/Microsoft.Kiota.Authentication.Azure.csproj
@@ -6,7 +6,7 @@
© Microsoft Corporation. All rights reserved.
Kiota Azure Identity Authentication Library for dotnet
Microsoft
- netstandard2.0;netstandard2.1;net5.0
+ netstandard2.0;netstandard2.1;net5.0;net6.0;net8.0
latest
true
http://go.microsoft.com/fwlink/?LinkID=288890
@@ -14,7 +14,7 @@
https://aka.ms/kiota/docs
true
true
- 1.1.3
+ 1.1.4
true
true
@@ -34,14 +34,17 @@
README.md
$(NoWarn);NU5048;NETSDK1138
-
+
true
+
+ true
+
-
+
@@ -60,4 +63,4 @@
-
\ No newline at end of file
+