Skip to content

Commit 656bc57

Browse files
chore(main): release 1.22.1
1 parent 3a09234 commit 656bc57

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.22.0"
2+
".": "1.22.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.22.1](https://github.com/microsoft/kiota-dotnet/compare/v1.22.0...v1.22.1) (2026-03-19)
9+
10+
11+
### Bug Fixes
12+
13+
* adds missing parentheses in pattern matching ([#671](https://github.com/microsoft/kiota-dotnet/issues/671)) ([50d535e](https://github.com/microsoft/kiota-dotnet/commit/50d535ef0d5689581758254bec3b776f02033a4d))
14+
* performance issue with enum parsing during deserialization ([#670](https://github.com/microsoft/kiota-dotnet/issues/670)) ([3a09234](https://github.com/microsoft/kiota-dotnet/commit/3a092341a372a26ffb3def12dacc094a60cab3da))
15+
816
## [1.22.0](https://github.com/microsoft/kiota-dotnet/compare/v1.21.3...v1.22.0) (2026-03-02)
917

1018

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Common default project properties for ALL projects-->
33
<PropertyGroup>
4-
<VersionPrefix>1.22.0</VersionPrefix>
4+
<VersionPrefix>1.22.1</VersionPrefix>
55
<VersionSuffix/>
66
<!-- This is overidden in test projects by setting to true-->
77
<IsTestProject>false</IsTestProject>

0 commit comments

Comments
 (0)