diff --git a/CHANGELOG.md b/CHANGELOG.md index a584b64..4cb1c6f 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). +## [2.0.2](https://github.com/microsoft/kiota-php/compare/microsoft-kiota-serialization-json-v2.0.1...microsoft-kiota-serialization-json-v2.0.2) (2026-04-20) + + +### Miscellaneous Chores + +* **microsoft-kiota-serialization-json:** Synchronize microsoft-kiota-php versions + ## [2.0.1](https://github.com/microsoft/kiota-php/compare/microsoft-kiota-serialization-json-v2.0.0...microsoft-kiota-serialization-json-v2.0.1) (2026-03-13) diff --git a/README.md b/README.md index 86b04d5..0c8b281 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ run `composer require microsoft/kiota-serialization-json` or add the following t { "require": { // x-release-please-start-version - "microsoft/kiota-serialization-json": "^2.0.1" + "microsoft/kiota-serialization-json": "^2.0.2" // x-release-end } } diff --git a/composer.json b/composer.json index 996658e..44f6ac4 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require": { - "microsoft/kiota-abstractions": "^2.0.1", + "microsoft/kiota-abstractions": "^2.0.2", "guzzlehttp/psr7": "^1.6 || ^2", "php": "^8.2", "ext-json": "*" diff --git a/src/Constants.php b/src/Constants.php index cc20103..13214bb 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -5,6 +5,6 @@ final class Constants { // x-release-please-start-version - public const VERSION = '2.0.1'; + public const VERSION = '2.0.2'; // x-release-please-end }