Skip to content

Commit d87153b

Browse files
authored
Merge pull request #1317 from DataDog/xgouchet/prepare_1.17.2
Prepare release 1.17.2
2 parents 69444e6 + 241950c commit d87153b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.17.2 / 2023-03-06
2+
3+
* [BUGFIX] Global: Handle devices not reported properly their power source. See [#1315](https://github.com/DataDog/dd-sdk-android/pull/1315)
4+
* [BUGFIX] RUM: Detect device's refresh rate with NavigationViewTrackingStrategy. See [#1312](https://github.com/DataDog/dd-sdk-android/pull/1312)
5+
16
# 1.17.1 / 2023-02-20
27

38
* [BUGFIX] RUM: Revert: Detect device's refresh rate from vital monitor. See [#1251](https://github.com/DataDog/dd-sdk-android/pull/1251)

buildSrc/src/main/kotlin/com/datadog/gradle/config/AndroidConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object AndroidConfig {
1818
const val MIN_SDK_FOR_COMPOSE = 21
1919
const val BUILD_TOOLS_VERSION = "33.0.0"
2020

21-
val VERSION = Version(1, 17, 1, Version.Type.Release)
21+
val VERSION = Version(1, 17, 2, Version.Type.Release)
2222
}
2323

2424
@Suppress("UnstableApiUsage")

0 commit comments

Comments
 (0)