From 36e9c63a9abe7f4aa4d22c931a456100fa199807 Mon Sep 17 00:00:00 2001 From: sanoj subran Date: Tue, 10 Sep 2024 10:26:25 +0200 Subject: [PATCH] chore:Added hyperlinks to the headings --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8843229..7a527f2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,21 +3,21 @@ This document provides information related to the releases of the core SDK of go-sensor project. -## v1.65.0 +## [v1.65.0](https://github.com/instana/go-sensor/releases/tag/v1.65.0) * feat:Added support for generic the serverless agent. -## v1.64.0 +## [v1.64.0](https://github.com/instana/go-sensor/releases/tag/v1.64.0) * feat:Added support for the latest Golang runtime version 1.23. -## v1.63.1 +## [v1.63.1](https://github.com/instana/go-sensor/releases/tag/v1.63.1) * fix:Fix for DB2 spans being tagged as MySQL spans instead of generic DB spans. * chore:Updated dependencies of example programs. * chore:Added example for the SQL instrumentation using sql.OpenDB API. -## v1.63.0 +## [v1.63.0](https://github.com/instana/go-sensor/releases/tag/v1.63.0) * feat:Support for Azure Container Apps has been added in Azure agent. * chore:Updated the dependencies of example programs.