Skip to content

Commit

Permalink
🔖 Bump to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed May 5, 2020
1 parent d0e8e9d commit bed88b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# 1.4.0 / ???
# 1.4.0 / 2020-05-05

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

# 1.3.1 / 2020-04-30

### Changes

* [BUGFIX] Fix ConcurrentModificationException crash in the FileReader class See [#234](https://github.com/DataDog/dd-sdk-android/issues/234) (Thanks @alparp27)

# 1.3.0 / 2020-03-02

### Changes
Expand All @@ -23,13 +31,13 @@

### Changes

* [BUGFIX] Fix invalid dependency group in `dd-sdk-android-timber` See #147 (Thanks @mduong, @alparp27, @rafaela-stockx)
* [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)

# 1.2.1 / 2020-02-19

### Changes

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

# 1.2.0 / 2020-01-20

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ object AndroidConfig {
const val MIN_SDK = 19
const val BUILD_TOOLS_VERSION = "29.0.3"

val VERSION = Version(1, 4, 0, Version.Type.Beta(3))
val VERSION = Version(1, 4, 0)
}

0 comments on commit bed88b3

Please sign in to comment.