Skip to content

Commit ec927e0

Browse files
committed
Prepare next release.
1 parent e5b8bdf commit ec927e0

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
# AssertJ Mail Changes
22

3+
## Version 1.0.6 (15 February 2024)
4+
5+
* Updated deployment settings, no code changes or dependency updates
6+
37
## Version 1.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
@@ -18,14 +18,14 @@ To use AssertJ Mail in a Maven project add a dependency on `org.devopsix:assertj
1818
<dependency>
1919
<groupId>org.devopsix</groupId>
2020
<artifactId>assertj-mail</artifactId>
21-
<version>1.0.5</version>
21+
<version>1.0.6</version>
2222
<scope>test</scope>
2323
</dependency>
2424
<!-- Maven coordinates for Jakarta EE 9+ / jakarta.mail -->
2525
<dependency>
2626
<groupId>org.devopsix</groupId>
2727
<artifactId>assertj-mail-jakarta</artifactId>
28-
<version>1.0.5</version>
28+
<version>1.0.6</version>
2929
<scope>test</scope>
3030
</dependency>
3131
```

0 commit comments

Comments
 (0)