From 69b5165eab9f63f885c50820a8c233ed24341702 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Sun, 26 Mar 2023 10:53:37 +0000 Subject: [PATCH 1/2] release: 3.17.0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index a324c1153..a130a38bf 100644 --- a/src/Client.php +++ b/src/Client.php @@ -35,7 +35,7 @@ final class Client implements ClientInterface /** * The version of the SDK. */ - public const SDK_VERSION = '3.16.0'; + public const SDK_VERSION = '3.17.0'; /** * @var Options The client options From 95d2e932383cf684f77acff0d2a5aef5ad2f1933 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Sun, 26 Mar 2023 23:54:06 +0200 Subject: [PATCH 2/2] Update changelog entry message --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c16fa03..688ec7bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 3.17.0 -The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.16.0. +The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.17.0. ### Features