Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Loading