From 93549f99b505609323ce532503ff1d8433fd1ebe Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Tue, 26 Mar 2024 12:20:18 +0100 Subject: [PATCH] chore: update changelog --- .craft.yml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.craft.yml b/.craft.yml index 238288e45..55aff0f4b 100644 --- a/.craft.yml +++ b/.craft.yml @@ -1,5 +1,5 @@ minVersion: 0.35.0 -changelogPolicy: simple +changelogPolicy: auto artifactProvider: name: none targets: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2670722..3584dea5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Unreleased + +### Features + +- accept `interface{}` for span data values ([#784](https://github.com/getsentry/sentry-go/pull/784)) + +### Fixes + +- sentryhttp SDK identifier in comments ([#783](https://github.com/getsentry/sentry-go/pull/783)) + ## 0.27.0 The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.27.0.