Skip to content

Commit 3ffb26c

Browse files
committed
Prepare next release.
1 parent 4715180 commit 3ffb26c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Hamcrest Mail Changes
22

3+
## Version 2.0.6 (15 February 2024)
4+
5+
* Updated deployment settings, no code changes or dependency updates
6+
37
## Version 2.0.5 (24 January 2024)
48

59
* Dependencies updated

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ To use Hamcrest Mail in a Maven project add a dependency on `org.devopsix:hamcre
1717
<dependency>
1818
<groupId>org.devopsix</groupId>
1919
<artifactId>hamcrest-mail</artifactId>
20-
<version>2.0.5</version>
20+
<version>2.0.6</version>
2121
<scope>test</scope>
2222
</dependency>
2323
<!-- Maven coordinates for Jakarta EE 9+ / jakarta.mail -->
2424
<dependency>
2525
<groupId>org.devopsix</groupId>
2626
<artifactId>hamcrest-mail-jakarta</artifactId>
27-
<version>2.0.5</version>
27+
<version>2.0.6</version>
2828
<scope>test</scope>
2929
</dependency>
3030
```

0 commit comments

Comments
 (0)