Skip to content

Commit 44f7dc2

Browse files
authored
Merge pull request #2368 from DataDog/yl/2.15.0/update-version
Update version to 2.15.1
2 parents 800f7d8 + 4a456bb commit 44f7dc2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.15.1 / 2024-11-04
2+
3+
* [MAINTENANCE] Fix `resolveResourceId` not correctly calling job finished when drawable cloning
4+
failed [#2367](https://github.com/DataDog/dd-sdk-android/pull/2367)
5+
16
# 2.15.0 / 2024-10-28
27

38
* [FEATURE] Add `TimeBank` in Session Replay recorder for dynamic optimisation See [#2247](https://github.com/DataDog/dd-sdk-android/pull/2247)

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 = "35.0.0"
2222

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

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

0 commit comments

Comments
 (0)