Skip to content

Commit 40e97f6

Browse files
chore(main): release 1.21.3 (#650)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
1 parent 33d115c commit 40e97f6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.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.21.2"
2+
".": "1.21.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.21.3](https://github.com/microsoft/kiota-dotnet/compare/v1.21.2...v1.21.3) (2026-02-05)
9+
10+
11+
### Bug Fixes
12+
13+
* Move the default should-retry logic into the default RetryOption ([#639](https://github.com/microsoft/kiota-dotnet/issues/639)) ([33d115c](https://github.com/microsoft/kiota-dotnet/commit/33d115cc257948f5bee6aa6500b9b1d08163a233))
14+
815
## [1.21.2](https://github.com/microsoft/kiota-dotnet/compare/v1.21.1...v1.21.2) (2026-01-17)
916

1017

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.21.2</VersionPrefix>
4+
<VersionPrefix>1.21.3</VersionPrefix>
55
<VersionSuffix/>
66
<!-- This is overidden in test projects by setting to true-->
77
<IsTestProject>false</IsTestProject>

0 commit comments

Comments
 (0)