Skip to content

Commit

Permalink
update README for 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaning-agent committed Apr 19, 2021
1 parent 4b77617 commit 498a7fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -41,7 +42,7 @@ Add log-capture as a test dependency to your project. If you use Maven, add this
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>log-capture</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -283,6 +284,10 @@ public class LogEntry {

## Changes

### 3.2.1

Added deprecated `addAppenderAndSetLogLevelToDebug()` again for compatibility

### 3.2.0

Added fluent API
Expand Down

0 comments on commit 498a7fc

Please sign in to comment.