Skip to content

Commit 8a1ee1e

Browse files
committed
Updated docs
1 parent 62fd377 commit 8a1ee1e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This list is not intended to be all-encompassing - it will document major and breaking API
44
changes with their rationale when appropriate:
55

6+
### v2.12.0
7+
- Added support for Java Modules
8+
- Added helper methods for checking individual messages
9+
- Bumped dependencies
610
### v2.11.0
711
- Added option to capture Markers
812
- Bumped dependencies

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ There are 3 options available to pick from: [GitHub](https://github.com/sponsors
3030
<dependency>
3131
<groupId>io.github.hakky54</groupId>
3232
<artifactId>logcaptor</artifactId>
33-
<version>2.11.0</version>
33+
<version>2.12.0</version>
3434
<scope>test</scope>
3535
</dependency>
3636
```
3737
### Install with Gradle
3838
```groovy
39-
testImplementation 'io.github.hakky54:logcaptor:2.11.0'
39+
testImplementation 'io.github.hakky54:logcaptor:2.12.0'
4040
```
4141
### Install with Scala SBT
4242
```
43-
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.11.0" % Test
43+
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.12.0" % Test
4444
```
4545
### Install with Apache Ivy
4646
```xml
47-
<dependency org="io.github.hakky54" name="logcaptor" rev="2.11.0" />
47+
<dependency org="io.github.hakky54" name="logcaptor" rev="2.12.0" />
4848
```
4949

5050
## Table of contents

0 commit comments

Comments
 (0)