diff --git a/README.md b/README.md index 0ed0957..63944ff 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ logCapture * [Cucumber stepdefs](#cucumber-stepdefs) * [Cucumber DTOs](#cucumber-dtos) * [Changes](#changes) + * [3.2.1](#321) * [3.2.0](#320) * [3.1.0](#310) * [3.0.0](#300) @@ -41,7 +42,7 @@ Add log-capture as a test dependency to your project. If you use Maven, add this de.dm.infrastructure log-capture - 3.2.0 + 3.2.1 test ``` @@ -283,6 +284,10 @@ public class LogEntry { ## Changes +### 3.2.1 + +Added deprecated `addAppenderAndSetLogLevelToDebug()` again for compatibility + ### 3.2.0 Added fluent API