Skip to content

Commit f68d577

Browse files
committed
🔖 Bump to version 1.2.0
1 parent bda5cc2 commit f68d577

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 1.2.0 / 2020-01-20
2+
3+
### Changes
4+
5+
* [BUGFIX] Fail silently when trying to initialize the SDK twice. See #86 (Thanks @Vavassor)
6+
* [BUGFIX] Publish the Timber artifact automatically. See #90 (Thanks @Macarse)
7+
* [FEATURE] Create a Crash Handler : App crashes will be automatically logged.
8+
* [FEATURE] Downgrade OkHttp4 to OkHttp3
9+
* [FEATURE] Make Library compatible with API 19+
10+
* [FEATURE] Trigger background upload when the app is used offline
11+
* [FEATURE] Use DownloadSpeed and signal strength to add info on connectivity
12+
* [FEATURE] Use Gzip for log upload requests
13+
* [OTHER] Analyse Benchmark reports in the CI
14+
* [OTHER] Fix the flaky test in DataDogTimeProviderTest
15+
* [OTHER] Generate a report on the SDK API changes ([dd-sdk-android/apiSurface](dd-sdk-android/apiSurface))
16+
117
# 1.1.1 / 2020-01-07
218

319
### Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ object AndroidConfig {
1414
const val MIN_SDK = 19
1515
const val BUILD_TOOLS_VERSION = "29.0.2"
1616

17-
val VERSION = Version(1, 1, 1)
17+
val VERSION = Version(1, 2, 0)
1818
}

0 commit comments

Comments
 (0)