From e7611f7634cbe46c633bc0a0b412f1ef6c355445 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 4 Oct 2022 16:29:45 +0000 Subject: [PATCH] release: 0.14.0 --- CHANGELOG.md | 2 +- sentry.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7770ec8f..8c3ae0a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.14.0 - feat: Add function to continue from trace string (#434) - feat: Add `max-depth` options (#428) diff --git a/sentry.go b/sentry.go index 2039c4489..9564a7e1e 100644 --- a/sentry.go +++ b/sentry.go @@ -6,7 +6,7 @@ import ( ) // Version is the version of the SDK. -const Version = "0.13.0" +const Version = "0.14.0" // apiVersion is the minimum version of the Sentry API compatible with the // sentry-go SDK.