From 08c2b0f0790cb40b8324a4fb9f946af40a50c23c Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Thu, 2 Jan 2025 16:07:01 +0100 Subject: [PATCH] Prepare 0.31.1 (#951) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317e4469..94a99acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # Changelog +## 0.31.1 + +The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.31.1. + +### Bug Fixes + +- Correct wrong module name for `sentry-go/logrus` ([#950](https://github.com/getsentry/sentry-go/pull/950)) + ## 0.31.0 +The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.31.0. + ### Breaking Changes - Remove support for metrics. Read more about the end of the Metrics beta [here](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th). ([#914](https://github.com/getsentry/sentry-go/pull/914))