From d2829c6f8ca71cfd1a18b996411fc7526abd07e4 Mon Sep 17 00:00:00 2001 From: dotnet-agent-team-bot <141066016+dotnet-agent-team-bot@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:40:52 -0700 Subject: [PATCH] chore(main): release 10.30.0 --- release-please/.release-please-manifest.json | 2 +- src/Agent/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json index a9a6e730c..9ef1ddb2d 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.29.0" + ".": "10.30.0" } \ No newline at end of file diff --git a/src/Agent/CHANGELOG.md b/src/Agent/CHANGELOG.md index a97b9729f..d9356df6b 100644 --- a/src/Agent/CHANGELOG.md +++ b/src/Agent/CHANGELOG.md @@ -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.30.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.29.0...v10.30.0) (2024-09-06) + + +### New features + +* Oracle instrumentation now supports latest version ([#2721](https://github.com/newrelic/newrelic-dotnet-agent/issues/2721)) ([50cb663](https://github.com/newrelic/newrelic-dotnet-agent/commit/50cb663957ccfcfd55d104a7f54755100bfa46cc)) + + +### Fixes + +* Preserve custom query name even if statement can't be parsed. ([#2708](https://github.com/newrelic/newrelic-dotnet-agent/issues/2708)) ([#2709](https://github.com/newrelic/newrelic-dotnet-agent/issues/2709)) ([3ab0cb4](https://github.com/newrelic/newrelic-dotnet-agent/commit/3ab0cb4f36d3f5fa07d4003b930917e533c7cba2)) + ## [10.29.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.28.0...v10.29.0) (2024-08-20)