Skip to content

Commit bed88b3

Browse files
committed
🔖 Bump to version 1.4.0
1 parent d0e8e9d commit bed88b3

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
# 1.4.0 / ???
1+
# 1.4.0 / 2020-05-05
22

33
* [FEATURE] Global: Update the SDK initialization code
4+
* [FEATURE] Global: Add a Kotlin extension module with Kotlin specific integrations
45
* [FEATURE] Trace: Implement OpenTracing specifications
56
* [FEATURE] Trace: Add helper methods to attach an error to a span
7+
* [FEATURE] Trace: Add helper Interceptor to trace OkHttp requests
68
* [FEATURE] Logs: Add sampling option in the Logger
79
* [IMPROVEMENT] Logs: Make the log operations thread safe
810
* [BUGFIX] Logs: Fix rare crash on upload requests
911

12+
# 1.3.1 / 2020-04-30
13+
14+
### Changes
15+
16+
* [BUGFIX] Fix ConcurrentModificationException crash in the FileReader class See [#234](https://github.com/DataDog/dd-sdk-android/issues/234) (Thanks @alparp27)
17+
1018
# 1.3.0 / 2020-03-02
1119

1220
### Changes
@@ -23,13 +31,13 @@
2331

2432
### Changes
2533

26-
* [BUGFIX] Fix invalid dependency group in `dd-sdk-android-timber` See #147 (Thanks @mduong, @alparp27, @rafaela-stockx)
34+
* [BUGFIX] Fix invalid dependency group in `dd-sdk-android-timber` See [#147](https://github.com/DataDog/dd-sdk-android/issues/147) (Thanks @mduong, @alparp27, @rafaela-stockx)
2735

2836
# 1.2.1 / 2020-02-19
2937

3038
### Changes
3139

32-
* [BUGFIX] Fix invalid dependency version in `dd-sdk-android-timber` See #138 (Thanks @mduong)
40+
* [BUGFIX] Fix invalid dependency version in `dd-sdk-android-timber` See [#138](https://github.com/DataDog/dd-sdk-android/issues/138) (Thanks @mduong)
3341

3442
# 1.2.0 / 2020-01-20
3543

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, 0, Version.Type.Beta(3))
17+
val VERSION = Version(1, 4, 0)
1818
}

0 commit comments

Comments
 (0)