Skip to content

Commit

Permalink
🔖 Bump to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Feb 25, 2021
1 parent 0a19094 commit 8d8a27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.8.0 / 2021-02-??
# 1.8.0 / 2021-02-25

* [BUGFIX] Global: handle correctly incorrect domain names in Interceptors' known hosts
* [BUGFIX] RUM: RUM Context was bundled in spans even when RUM was not enabled
Expand All @@ -12,7 +12,6 @@
* [IMPROVEMENT] APM: Stop duplicating APM errors as RUM errors
* [IMPROVEMENT] Logs Align the 'error.kind' attribute value with RUM Error 'error.type'
* [IMPROVEMENT] RUM: Get a more accurate Application loading time
* [IMPROVEMENT] RUM: Duplicate RUM Resource with failures as RUM Error
* [IMPROVEMENT] RUM: Add a variant tag on RUM events

# 1.7.0 / 2021-01-04
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 = "30.0.2"

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

0 comments on commit 8d8a27e

Please sign in to comment.