Skip to content

Commit

Permalink
Merge pull request #2368 from DataDog/yl/2.15.0/update-version
Browse files Browse the repository at this point in the history
Update version to 2.15.1
  • Loading branch information
ambushwork authored Nov 4, 2024
2 parents 800f7d8 + 4a456bb commit 44f7dc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.15.1 / 2024-11-04

* [MAINTENANCE] Fix `resolveResourceId` not correctly calling job finished when drawable cloning
failed [#2367](https://github.com/DataDog/dd-sdk-android/pull/2367)

# 2.15.0 / 2024-10-28

* [FEATURE] Add `TimeBank` in Session Replay recorder for dynamic optimisation See [#2247](https://github.com/DataDog/dd-sdk-android/pull/2247)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object AndroidConfig {
const val MIN_SDK_FOR_WEAR = 23
const val BUILD_TOOLS_VERSION = "35.0.0"

val VERSION = Version(2, 15, 0, Version.Type.Release)
val VERSION = Version(2, 15, 1, Version.Type.Release)
}

// TODO RUM-628 Switch to Java 17 bytecode
Expand Down

0 comments on commit 44f7dc2

Please sign in to comment.