Skip to content

Commit cc6b04a

Browse files
authored
Merge pull request #1361 from DataDog/nogorodnikov/prepare-release-1.18.1
Prepare release 1.18.1
2 parents e3b23a7 + 4b29c3e commit cc6b04a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.18.1 / 2023-03-30
2+
3+
* [IMPROVEMENT] RUM: Remove extra telemetry sent when detecting refresh rate scale. See [#1358](https://github.com/DataDog/dd-sdk-android/pull/1358)
4+
15
# 1.18.0 / 2023-03-21
26

37
* [FEATURE] RUM: Add `addFeatureFlagEvaluation` function for RUM. See [#1265](https://github.com/DataDog/dd-sdk-android/pull/1265)

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, 18, 0, Version.Type.Release)
21+
val VERSION = Version(1, 18, 1, Version.Type.Release)
2222
}
2323

2424
@Suppress("UnstableApiUsage")

0 commit comments

Comments
 (0)