Skip to content

Commit 83ee3db

Browse files
committed
release: 6.3.0-alpha.2
1 parent cfa9388 commit 83ee3db

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 6.3.0-alpha.2
4+
5+
### Internal Changes 🔧
6+
7+
- Pin GitHub Actions to full-length commit SHAs by @joshuarli in [#1116](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1116)
8+
39
## 6.2.0
410

511
### Features

plugin-build/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.parallel=true
77

88
name = sentry-android-gradle-plugin
99
group = io.sentry
10-
version = 6.2.0
10+
version = 6.3.0-alpha.2
1111
sdk_version = 8.36.0
1212

1313
# publication pom properties

sentry-kotlin-compiler-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44

55
GROUP = io.sentry
66
POM_ARTIFACT_ID = sentry-kotlin-compiler-plugin
7-
VERSION_NAME = 6.2.0
7+
VERSION_NAME = 6.3.0-alpha.2
88

99
# publication pom properties
1010
POM_NAME=Sentry Kotlin Compiler Plugin

0 commit comments

Comments
 (0)