Skip to content

Commit

Permalink
Bump to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TurpIF committed Jan 20, 2021
1 parent e44894b commit 1326974
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Next Version

# Version 4.2.1

- Bug fixes
- Fix crash when initializing the SDK

# Version 4.2.0
- Features
- Add remote logging support.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/SdkVersion.kt
Expand Up @@ -18,7 +18,7 @@ import org.gradle.api.Project
import java.time.LocalDateTime
import java.time.format.DateTimeFormatter

private const val sdkBaseVersion = "4.2.0"
private const val sdkBaseVersion = "4.2.1"

private val timestamp = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd.HHmm"))

Expand Down

0 comments on commit 1326974

Please sign in to comment.