Skip to content

Commit 9118409

Browse files
committed
🔖 Bump to version 1.1.0
1 parent ee3e12c commit 9118409

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.1.0 / 2020-01-06
2+
3+
### Changes
4+
5+
* [BUGFIX] Make the packageVersion field optional in the SDK initialisation
6+
* [BUGFIX] Fix timestamp formatting in logs
7+
* [FEATURE] Add a developer targeted logger
8+
* [FEATURE] Add user info in logs
9+
* [FEATURE] Create automatic Tags / Attribute (app / sdk version)
10+
* [FEATURE] Integrate SDK with Timber
11+
* [IMPROVEMENT] Remove the obfuscation in the logs (faster local processing)
12+
* [IMPROVEMENT] Implement a modern NetworkInfoProvider
113

214
# 1.0.0 / 2019-12-17
315

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 = 21
1515
const val BUILD_TOOLS_VERSION = "29.0.2"
1616

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

0 commit comments

Comments
 (0)