diff --git a/buildSrc/src/main/kotlin/Artifacts.kt b/buildSrc/src/main/kotlin/Artifacts.kt index ab501631..ae6a473d 100644 --- a/buildSrc/src/main/kotlin/Artifacts.kt +++ b/buildSrc/src/main/kotlin/Artifacts.kt @@ -47,7 +47,7 @@ object Artifacts { platform = Java, groupId = "de.mannodermaus.gradle.plugins", artifactId = "android-junit5", - currentVersion = "1.6.2.0-SNAPSHOT", + currentVersion = "1.6.2.0", latestStableVersion = "1.6.1.0", license = license, description = "Unit Testing with JUnit 5 for Android." diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 524f91ef..7eceafda 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -8,6 +8,11 @@ Change Log #### Fixed #### Removed +## 1.6.2.0 (2020-05-03) + +#### Added +- JUnit 5.6.2 + ## 1.6.1.0 (2020-05-03) #### Added