diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf6407..05b1575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.6] - 2023-02-05 + +- Fixes `IsTrimmable` property on the project. + ## [1.3.5] - 2023-01-23 ### Added diff --git a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj index 42a6504..1d01b83 100644 --- a/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj +++ b/src/Microsoft.Kiota.Http.HttpClientLibrary.csproj @@ -14,7 +14,7 @@ https://aka.ms/kiota/docs true true - 1.3.5 + 1.3.6 true @@ -34,7 +34,7 @@ true $(NoWarn);NU5048;NETSDK1138 - + true