Skip to content

Commit

Permalink
Merge pull request #1876 from DataDog/xgouchet/prepare_2.6.2
Browse files Browse the repository at this point in the history
Prepare hotfix 2.6.2
  • Loading branch information
xgouchet authored Feb 23, 2024
2 parents aa1fb9d + e56c72e commit 1f55728
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.6.2 / 2024-02-23

* [BUGFIX] RUM: Fix crash in frame rate vital detection. See [#1872](https://github.com/DataDog/dd-sdk-android/pull/1872)

# 2.6.1 / 2024-02-21

* [BUGFIX] RUM: Fix missing source in telemetry json schema. See [#1865](https://github.com/DataDog/dd-sdk-android/pull/1865)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object AndroidConfig {
const val MIN_SDK_FOR_WEAR = 23
const val BUILD_TOOLS_VERSION = "34.0.0"

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

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

0 comments on commit 1f55728

Please sign in to comment.