Skip to content

Commit b2060fa

Browse files
committed
chore: Prepare release 5.2.1
1 parent 5510676 commit b2060fa

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
### 5.2.1
4+
5+
- chore(deps): bump com.vanniktech.maven.publish from 0.35.0 to 0.36.0 (#250)
6+
- chore(deps): bump com.raygun:raygun4android from 5.1.0 to 5.2.0 (#251)
7+
- chore(deps): bump androidx.activity:activity from 1.12.3 to 1.12.4 (#252)
8+
- chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.1.0 to 6.2.3 (#253)
9+
310
### 5.2.0
411

512
- chore: Upgrade Gradle wrapper from 8.14.2 to 9.3.1 (#247)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1536m
2323
# 5.3.3-beta2-SNAPSHOT
2424
#
2525
# Adding -SNAPSHOT to VERSION_NAME triggers publishing to a snapshot server at Maven Central.
26-
VERSION_NAME=5.2.0
26+
VERSION_NAME=5.2.1
2727

2828
# Use a numeric value for VERSION_CODE
2929
#
@@ -42,7 +42,7 @@ VERSION_NAME=5.2.0
4242
# 4.1.0-alpha2 -> 40100032
4343
# 5.2.3 -> 50203000
4444
# 5.3.3-beta2 -> 50303072
45-
VERSION_CODE=50200099
45+
VERSION_CODE=50201099
4646

4747
GROUP=com.raygun
4848

0 commit comments

Comments
 (0)