From 02b06eae9be350a059294787bad1ae98153afe33 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 23 Oct 2023 09:01:21 -0400 Subject: [PATCH] - bumps version number --- CHANGELOG.md | 6 ++++++ src/Microsoft.Kiota.Serialization.Json.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199fa99..39ea2ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +## [1.1.0] - 2023-10-23 + +### Added + +- Added support for dotnet trimming. + ## [1.0.8] - 2023-07-14 ### Changed diff --git a/src/Microsoft.Kiota.Serialization.Json.csproj b/src/Microsoft.Kiota.Serialization.Json.csproj index 12d1373..d73b191 100644 --- a/src/Microsoft.Kiota.Serialization.Json.csproj +++ b/src/Microsoft.Kiota.Serialization.Json.csproj @@ -14,7 +14,7 @@ https://aka.ms/kiota/docs true true - 1.0.8 + 1.1.0 true true