Skip to content

Commit

Permalink
Merge pull request #2249 from DataDog/xgouchet/prepare_2.13.1
Browse files Browse the repository at this point in the history
Prepare hotfix 2.13.1
  • Loading branch information
xgouchet authored Sep 9, 2024
2 parents 7c4b3d9 + d260b58 commit 8c60347
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.13.1 / 2024-09-09

* [BUGFIX] Stop upload worker on upload failure. See [#2242](https://github.com/DataDog/dd-sdk-android/pull/2242)

# 2.13.0 / 2024-09-03

* [FEATURE] Create Benchmark module to collect performance metrics. See [#2141](https://github.com/DataDog/dd-sdk-android/pull/2141)
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 = "34.0.0"

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

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

0 comments on commit 8c60347

Please sign in to comment.