Skip to content

Commit 8c60347

Browse files
authored
Merge pull request #2249 from DataDog/xgouchet/prepare_2.13.1
Prepare hotfix 2.13.1
2 parents 7c4b3d9 + d260b58 commit 8c60347

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.13.1 / 2024-09-09
2+
3+
* [BUGFIX] Stop upload worker on upload failure. See [#2242](https://github.com/DataDog/dd-sdk-android/pull/2242)
4+
15
# 2.13.0 / 2024-09-03
26

37
* [FEATURE] Create Benchmark module to collect performance metrics. See [#2141](https://github.com/DataDog/dd-sdk-android/pull/2141)

buildSrc/src/main/kotlin/com/datadog/gradle/config/AndroidConfig.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object AndroidConfig {
2020
const val MIN_SDK_FOR_WEAR = 23
2121
const val BUILD_TOOLS_VERSION = "34.0.0"
2222

23-
val VERSION = Version(2, 13, 0, Version.Type.Release)
23+
val VERSION = Version(2, 13, 1, Version.Type.Release)
2424
}
2525

2626
// TODO RUM-628 Switch to Java 17 bytecode

0 commit comments

Comments
 (0)