From 952d632572d0d59e3733239c0ab967d58c0a5ad0 Mon Sep 17 00:00:00 2001 From: Kyle Koser Date: Fri, 4 Jun 2021 14:32:27 -0700 Subject: [PATCH] Prepare for release 2.3.2 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2d967..2cf258f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## Version 2.3.2 (2021-06-04) +- Fix issue with callable references in Kotlin 1.4 [#65](https://github.com/linkedin/dex-test-parser/pull/64) +- Update Dokka to 1.4.32 [#64](https://github.com/linkedin/dex-test-parser/pull/64) +- Update to AGP 4.2 and remove JCenter dependency [#63](https://github.com/linkedin/dex-test-parser/pull/63) + ## Version 2.3.1 (2021-02-21) - Moved argument parsing to a new library [#60](https://github.com/linkedin/dex-test-parser/pull/60) diff --git a/README.md b/README.md index f8ffb3f..9605173 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ Download the latest .jar via Maven: com.linkedin.dextestparser parser - 2.3.1 + 2.3.2 pom ``` or Gradle: ``` - compile 'com.linkedin.dextestparser:parser:2.3.1' + compile 'com.linkedin.dextestparser:parser:2.3.2' ``` or you can manually download the jar from [Bintray](https://bintray.com/linkedin/maven/parser). diff --git a/gradle.properties b/gradle.properties index f40b33b..9a73a39 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.configureondemand=true org.gradle.parallel=true GROUP_ID=com.linkedin.dextestparser -VERSION_NAME=2.3.2-SNAPSHOT +VERSION_NAME=2.3.2