Skip to content

Commit 35f333a

Browse files
authored
Merge pull request #1226 from DataDog/nogorodnikov/prepare-1.16.0-release
RUMM-2893: Make final release of 1.16.0
2 parents 4251756 + 0d3921b commit 35f333a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.16.0 / 2023-01-10
2+
3+
* [BUGFIX] Global: Use safe context for directBootAware host apps. See [#1209](https://github.com/DataDog/dd-sdk-android/pull/1209)
4+
* [BUGFIX] Global: Provide frozen snapshot of features context when requested. See [#1213](https://github.com/DataDog/dd-sdk-android/pull/1213)
5+
* [IMPROVEMENT] Tracing: Tracing feature stores context in the common context storage. See [#1216](https://github.com/DataDog/dd-sdk-android/pull/1216)
6+
* [IMPROVEMENT] Telemetry: Apply extra sampling rate to the configuration telemetry. See [#1222](https://github.com/DataDog/dd-sdk-android/pull/1222)
7+
18
# 1.16.0-beta1 / 2022-12-13
29

310
* [FEATURE] Global: Unlock encryption API for SDK v2. See [#935](https://github.com/DataDog/dd-sdk-android/pull/935)

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

2424
@Suppress("UnstableApiUsage")

0 commit comments

Comments
 (0)