diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d76143..1588da65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.4] - 2024-01-09 + +### Changed + +- Fixed Method not found error due to conflicting dependencies by updating Std.UriTemplate dependency. +- Fixed unicode characters decoding in URI (https://github.com/std-uritemplate/std-uritemplate/issues/114). + ## [1.7.3] - 2023-11-30 ### Changed diff --git a/src/Microsoft.Kiota.Abstractions.csproj b/src/Microsoft.Kiota.Abstractions.csproj index 153249a9..b56d65f6 100644 --- a/src/Microsoft.Kiota.Abstractions.csproj +++ b/src/Microsoft.Kiota.Abstractions.csproj @@ -14,7 +14,7 @@ https://aka.ms/kiota/docs true true - 1.7.3 + 1.7.4 true false @@ -41,7 +41,7 @@ - +