diff --git a/README.md b/README.md index 78c7958..c3444b8 100644 --- a/README.md +++ b/README.md @@ -711,7 +711,7 @@ Feel free to use the code (in package ```de.platon42.intellij.jupiter```) for yo ## Changelog -#### V1.7 (unreleased) +#### V1.7 (19-Nov-19) - Fixed a lapsuus in AssertThatFileExpression also transforming ```.listFiles()``` with a filter argument. - Added first version of AssertThatPathExpression for a limited number transformations (more stuff is possible, but requires detection and transformation of static ```Files```-methods). diff --git a/build.gradle b/build.gradle index b6f8f26..12b4fd7 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ intellij { patchPluginXml { changeNotes """ -