Skip to content

Commit

Permalink
🔖 Bump to version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Feb 19, 2020
1 parent db6d319 commit 625aefe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.1 / 2020-02-19

### Changes

* [BUGFIX] Fix invalid dependency version in `dd-sdk-android-timber` See #138 (Thanks @mduong)

# 1.2.0 / 2020-01-20

### Changes
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.2"

val VERSION = Version(1, 2, 0)
val VERSION = Version(1, 2, 1)
}

0 comments on commit 625aefe

Please sign in to comment.