From cd8e076c7f8cbfec448c0edf01291c02a7f40035 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 11 Mar 2025 10:17:07 -0400 Subject: [PATCH] chore: create release --- CHANGELOG.md | 6 ++++++ lib/microsoft_kiota_serialization_json/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c678ff4..88b8028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [0.9.2] - 2025-03-11 + +### Changed + +- Updated dependencies including JSON. + ## [0.9.1] - 2023-08-18 ### Changed diff --git a/lib/microsoft_kiota_serialization_json/version.rb b/lib/microsoft_kiota_serialization_json/version.rb index baf2b51..af7b529 100644 --- a/lib/microsoft_kiota_serialization_json/version.rb +++ b/lib/microsoft_kiota_serialization_json/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MicrosoftKiotaSerializationJson - VERSION = "0.9.1" + VERSION = "0.9.2" end