Skip to content

Commit

Permalink
chore(main): release 10.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-agent-team-bot committed Jun 10, 2024
1 parent cfb2c28 commit af986b1
Show file tree
Hide file tree
Showing 2 changed files with 9 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.25.1"
".": "10.25.2"
}
8 changes: 8 additions & 0 deletions src/Agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.25.2](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.25.1...v10.25.2) (2024-06-10)


### Fixes

* Prevent NullReferenceExeption on APIGatewayProxyRequest ([#2529](https://github.com/newrelic/newrelic-dotnet-agent/issues/2529)) ([18d833f](https://github.com/newrelic/newrelic-dotnet-agent/commit/18d833ff6a91e63174ffe7dbd0e534a5493c8151))
* Refactor to eliminate usage of `.GetAwaiter().GetResult()` in Framework builds. ([#2534](https://github.com/newrelic/newrelic-dotnet-agent/issues/2534)) ([#2535](https://github.com/newrelic/newrelic-dotnet-agent/issues/2535)) ([cfb2c28](https://github.com/newrelic/newrelic-dotnet-agent/commit/cfb2c28975fb16b73341daa92923e387c85a2c3b))

## [10.25.1](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.25.0...v10.25.1) (2024-06-04)


Expand Down

0 comments on commit af986b1

Please sign in to comment.