Skip to content

Commit

Permalink
update Readme and POM for 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaning-agent committed Feb 28, 2022
1 parent b7091fd commit 1340017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ logCapture.assertLoggedInOrder(
* [Cucumber example](#cucumber-example)
* [Cucumber feature file](#cucumber-feature-file)
* [Changes](#changes)
* [3.4.1](#341)
* [3.4.0](#340)
* [3.3.0](#330)
* [3.2.1](#321)
Expand Down Expand Up @@ -305,6 +306,10 @@ And with MDC logging context

## Changes

### 3.4.1

* Improved Javadoc for deprecated methods

### 3.4.0

* Added `assertNotLogged(...)` for asserting that no matching log message has been logged
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</developers>

<properties>
<project.version>3.4.0-SNAPSHOT</project.version>
<project.version>3.4.1-SNAPSHOT</project.version>

<java.version>1.8</java.version>
<lombok.version>1.18.20</lombok.version>
Expand Down

0 comments on commit 1340017

Please sign in to comment.