diff --git a/CHANGELOG.md b/CHANGELOG.md index afa6207..d733799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.2.0] - 2024-05-13 +## [1.2.1] - 2024-05-20 ### Changed - Updated serialization and deserialization of enums to remove LINQ to resolve NativeAOT compatibility issue +## [1.2.0] - 2024-05-13 + ### Added - Implements IAsyncParseNodeFactory interface which adds async support diff --git a/src/Microsoft.Kiota.Serialization.Form.csproj b/src/Microsoft.Kiota.Serialization.Form.csproj index 896028b..e755656 100644 --- a/src/Microsoft.Kiota.Serialization.Form.csproj +++ b/src/Microsoft.Kiota.Serialization.Form.csproj @@ -16,7 +16,7 @@ https://aka.ms/kiota/docs true true - 1.2.0 + 1.2.1 true true