diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05b1575..f69eced 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.3.7] - 2024-02-26
+
+### Changed
+
+- Added `net6.0` and `net8.0` as target frameworks.
+
## [1.3.6] - 2023-02-05
- Fixes `IsTrimmable` property on the project.
diff --git a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj
index faee985..69afe3c 100644
--- a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj
+++ b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj
@@ -6,7 +6,7 @@
© Microsoft Corporation. All rights reserved.
Kiota Http 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.3.6
+ 1.3.7
true
@@ -34,13 +34,16 @@
true
$(NoWarn);NU5048;NETSDK1138
-
+
true
+
+ true
+
-
+
-
\ No newline at end of file
+