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 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