Skip to content

Commit

Permalink
Merge pull request #2064 from DataDog/nogorodnikov/prepare-release-2.…
Browse files Browse the repository at this point in the history
…10.1

Prepare release 2.10.1
  • Loading branch information
0xnm committed May 30, 2024
2 parents 3c30ab3 + 7758c15 commit f5d31e9
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.10.1 / 2024-05-30

* [IMPROVEMENT] Reduce Method Call Sample Rate. See [#2060](https://github.com/DataDog/dd-sdk-android/pull/2060)
* [IMPROVEMENT] Limit total telemetry events sent per session. See [#2061](https://github.com/DataDog/dd-sdk-android/pull/2061)

# 2.10.0 / 2024-05-23

* [FEATURE] Global: Add Method Call Telemetry. See [#1940](https://github.com/DataDog/dd-sdk-android/pull/1940)
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, 10, 0, Version.Type.Release)
val VERSION = Version(2, 10, 1, Version.Type.Release)
}

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

0 comments on commit f5d31e9

Please sign in to comment.