Skip to content

Commit e9c4485

Browse files
committed
🔖 Bump to version 1.4.2
1 parent 385930c commit e9c4485

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.4.2 / 2020-06-12
2+
3+
* [BUGFIX] Global: Fix data upload (some payloads could rarely be malformed)
4+
15
# 1.4.1 / 2020-05-06
26

37
* [BUGFIX] Trace: Fix spans intake (some spans could be missing)

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.3"
1616

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

0 commit comments

Comments
 (0)