Skip to content

Commit

Permalink
🔖 Bump to version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Sep 2, 2021
1 parent 5e7ce32 commit fd4b025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 1.10.0 / 2021-08-06
# 1.10.0 / 2021-09-02

* [BUGFIX] Global: Fix crash when using old OkHttp dependency [#658](https://github.com/DataDog/dd-sdk-android/issues/658) (Thanks [@JessicaYeh](https://github.com/VladBytsyuk))
* [BUGFIX] Global: Prevent retrying endlessly data upload when Client Token is invalid
* [BUGFIX] Global: Support using DD Android SDK with Java 11
* [BUGFIX] Global: Support proper serialization of nested maps for custom attributes
* [BUGFIX] RUM: Ensure all crashes are reported to RUM
* [FEATURE] APM: Add Data Scrubbing for Spans
* [FEATURE] RUM: Detect ANR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ object AndroidConfig {
const val MIN_SDK = 19
const val BUILD_TOOLS_VERSION = "30.0.2"

val VERSION = Version(1, 10, 0, Version.Type.ReleaseCandidate(1))
val VERSION = Version(1, 10, 0, Version.Type.Release)
}

0 comments on commit fd4b025

Please sign in to comment.