Skip to content

Commit

Permalink
🔖 Bump to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Sep 3, 2020
1 parent baec779 commit 779d244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# 1.5.1 / 2020-09-03

* [BUGFIX] RUM: Make sure the RUM data is sent in applications obfuscated or shrunk with Proguard/R8

# 1.5.0 / 2020-08-12

* [FEATURE] RUM: Add a RUM tracking feature:
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, 5, 0, Version.Type.Release)
val VERSION = Version(1, 5, 1, Version.Type.Release)
}

0 comments on commit 779d244

Please sign in to comment.