diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f51444..fc07bd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.14.0 ### Features diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 2bcb5e57..93464958 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.13.0 +version = 4.14.0 sdk_version = 7.18.0 # publication pom properties diff --git a/sentry-kotlin-compiler-plugin/gradle.properties b/sentry-kotlin-compiler-plugin/gradle.properties index ab48e020..d759f4f1 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.13.0 +VERSION_NAME = 4.14.0 # publication pom properties POM_NAME=Sentry Kotlin Compiler Plugin