From 036f89b6d7af9f60ab8c4fdff700c6b2353eaebd Mon Sep 17 00:00:00 2001 From: John Engelman Date: Tue, 12 Dec 2017 06:36:10 -0600 Subject: [PATCH] Update changelog. --- src/docs/asciidoc/90-changes.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/docs/asciidoc/90-changes.adoc b/src/docs/asciidoc/90-changes.adoc index 9e953cfe9..14fa53251 100644 --- a/src/docs/asciidoc/90-changes.adoc +++ b/src/docs/asciidoc/90-changes.adoc @@ -1,5 +1,14 @@ == Change Log +[discrete] +=== v2.0.2 (2017-12-12) + +* https://github.com/ben-adazza[Ben Adazza], https://github.com/tylerbenson[Tyler Benson] - documentation +* https://github.com/mark-vieira[Marke Vieira] - Support multi-project builds with Build-Scan integration +* Upgrade to ASM 6 https://github.com/johnrengelman/shadow/issues/294[Issue #294], https://github.com/johnrengelman/shadow/issues/303[Issue #303] +* https://github.com/rspieldenner[Rob Spieldenner] - Fix integration with `application` plugin in Gradle 4.3 https://github.com/johnrengelman/shadow/issues/339[Issues #339] +* Fixed deprecation warning from Gradle 4.2+ https://github.com/johnrengelman/shadow/issues/326[Issue #326] + [discrete] === v2.0.1 (2017-06-23) @@ -174,4 +183,3 @@ * `ShadowJar` now extends `Jar` * Removed `signedCompile` and `signedRuntime` configurations in favor of `shadow` configuration * Removed `OutputSignedJars` task -