diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb0dc3..75d821a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.0](https://github.com/microsoft/kiota-serialization-json-ruby/compare/v0.10.0...v0.11.0) (2026-08-20) + + +### Features + +* support composed types in write_object_value ([7afc1d9](https://github.com/microsoft/kiota-serialization-json-ruby/commit/7afc1d9a0077f383bda7fbe9d0b3f316b7d4c3a7)) + ## [0.10.0](https://github.com/microsoft/kiota-serialization-json-ruby/compare/v0.9.2...v0.10.0) (2026-04-23) diff --git a/lib/microsoft_kiota_serialization_json/version.rb b/lib/microsoft_kiota_serialization_json/version.rb index a7c7685..3ce1a7b 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.10.0" + VERSION = "0.11.0" end