diff --git a/README.md b/README.md index 9770a8d..9806786 100644 --- a/README.md +++ b/README.md @@ -229,8 +229,8 @@ AssertLogData.assertLogContains(List in_filePathList, ParseDefinition in `AssertLogData.assertLogContains(List, ParseDefinition, String, String)` allows you to perform an assertion directly on a file. ## Release Notes -### 1.0.9 -- [#67](https://github.com/adobe/log-parser/issues/67) We can now select the files using a wild card. Given a directory we can now look for files in the sub-directory given a wild-card. The wildcards are implemented using Adobe Commons IO. Youcan read more on this in the [WildcardFilter JavaDoc](https://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/filefilter/WildcardFilter.html) +### 1.0.9 - In progress +- [#67](https://github.com/adobe/log-parser/issues/67) We can now select the files using a wild card. Given a directory we can now look for files in the sub-directory given a wild-card. The wildcards are implemented using Adobe Commons IO. You can read more on this in the [WildcardFilter JavaDoc](https://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/filefilter/WildcardFilter.html) - [#68](https://github.com/adobe/log-parser/issues/68) We now present a report of the findings at the end of the analysis. ### 1.0.8.2