Skip to content

Commit

Permalink
chore(main): release 10.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-agent-team-bot committed Mar 11, 2024
1 parent 97c33f2 commit 777edbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.21.1"
".": "10.22.0"
}
12 changes: 12 additions & 0 deletions src/Agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).

## [10.22.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.21.1...v10.22.0) (2024-03-11)


### New features

* Add a new API method to time currently unsupported datastore method calls. ([#2320](https://github.com/newrelic/newrelic-dotnet-agent/issues/2320)) ([81abc5c](https://github.com/newrelic/newrelic-dotnet-agent/commit/81abc5c78e39655f4153b2f9f0f7e5e8328f3577))


### Fixes

* Fix a context data capture when the Microsoft.Extensions.Logging console logger is used. ([#2261](https://github.com/newrelic/newrelic-dotnet-agent/issues/2261)) ([#2315](https://github.com/newrelic/newrelic-dotnet-agent/issues/2315)) ([f8422d6](https://github.com/newrelic/newrelic-dotnet-agent/commit/f8422d6c538db6ff32e0b1055e824b3536245c59))

## [10.21.1](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.21.0...v10.21.1) (2024-03-07)


Expand Down

0 comments on commit 777edbf

Please sign in to comment.