diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0e0838..c0daf4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.11.0 ### Fixes diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 91d99149..7cacd0c5 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -8,7 +8,7 @@ org.gradle.parallel=true name = sentry-android-gradle-plugin group = io.sentry -version = 4.10.0 +version = 4.11.0 sdk_version = 7.13.0 # publication pom properties diff --git a/sentry-kotlin-compiler-plugin/gradle.properties b/sentry-kotlin-compiler-plugin/gradle.properties index 89ba219e..bc1b3390 100644 --- a/sentry-kotlin-compiler-plugin/gradle.properties +++ b/sentry-kotlin-compiler-plugin/gradle.properties @@ -1,6 +1,6 @@ GROUP = io.sentry POM_ARTIFACT_ID = sentry-kotlin-compiler-plugin -VERSION_NAME = 4.10.0 +VERSION_NAME = 4.11.0 # publication pom properties POM_NAME=Sentry Kotlin Compiler Plugin