Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.21.3"
".": "1.22.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [1.22.0](https://github.com/microsoft/kiota-dotnet/compare/v1.21.3...v1.22.0) (2026-02-24)


### Features

* add http.route attribute to open telemetry on requests ([#640](https://github.com/microsoft/kiota-dotnet/issues/640)) ([b92c9c0](https://github.com/microsoft/kiota-dotnet/commit/b92c9c0dd157e68f51f6144afc71e628b5cc44b9))


### Bug Fixes

* multiple constructors break DI registration for HttpClientRequestAdapter ([#656](https://github.com/microsoft/kiota-dotnet/issues/656)) ([21d58b0](https://github.com/microsoft/kiota-dotnet/commit/21d58b009c89bcfd9855d2b94e7c4532b917c040))

## [1.21.3](https://github.com/microsoft/kiota-dotnet/compare/v1.21.2...v1.21.3) (2026-02-05)


Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- Common default project properties for ALL projects-->
<PropertyGroup>
<VersionPrefix>1.21.3</VersionPrefix>
<VersionPrefix>1.22.0</VersionPrefix>
<VersionSuffix/>
<!-- This is overidden in test projects by setting to true-->
<IsTestProject>false</IsTestProject>
Expand Down
Loading