diff --git a/src/Agent/CHANGELOG.md b/src/Agent/CHANGELOG.md index 5bf0b9f39..f095fb53d 100644 --- a/src/Agent/CHANGELOG.md +++ b/src/Agent/CHANGELOG.md @@ -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.17.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.16.0...v10.17.0) (2023-09-15) + + +### New Features + +* Add more detail to "heartbeat" message in log. ([#1884](https://github.com/newrelic/newrelic-dotnet-agent/issues/1884)) ([c0c1362](https://github.com/newrelic/newrelic-dotnet-agent/commit/c0c13624d8839f9b84fce3af528cd9d291c6c8a2)) +* Use structured logging for internal logs ([#1903](https://github.com/newrelic/newrelic-dotnet-agent/issues/1903)) ([0031700](https://github.com/newrelic/newrelic-dotnet-agent/commit/00317003b1997ab397f42c45b2b60fe686f48275)) + ## [10.16.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.15.0...v10.16.0) (2023-09-11)