diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 4de1034..7cf1293 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.11"} +{".":"1.0.12"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c1491..ae58dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.12](https://github.com/devopsix/assertj-mail/compare/v1.0.11...v1.0.12) (2026-05-15) + + +### Dependencies + +* Bump actions/create-github-app-token from 3.1.1 to 3.2.0 ([#186](https://github.com/devopsix/assertj-mail/issues/186)) ([79c9dfa](https://github.com/devopsix/assertj-mail/commit/79c9dfa279af1bfe323196cfefbf17995ac50b3c)) +* Bump com.sun.mail:jakarta.mail from 1.6.8 to 2.0.2 ([#185](https://github.com/devopsix/assertj-mail/issues/185)) ([786ac0b](https://github.com/devopsix/assertj-mail/commit/786ac0ba9392246b4df94a60400ba4215a3167d8)) +* Bump org.slf4j:slf4j-simple from 2.0.17 to 2.0.18 ([#187](https://github.com/devopsix/assertj-mail/issues/187)) ([24d7a14](https://github.com/devopsix/assertj-mail/commit/24d7a14cd409dcfa6fa4023ac2a275051b6b1a46)) + ## [1.0.11](https://github.com/devopsix/assertj-mail/compare/v1.0.10...v1.0.11) (2026-05-06) diff --git a/assertj-mail-jakarta/pom.xml b/assertj-mail-jakarta/pom.xml index ee05034..e726640 100644 --- a/assertj-mail-jakarta/pom.xml +++ b/assertj-mail-jakarta/pom.xml @@ -3,7 +3,7 @@ org.devopsix assertj-mail-jakarta - 1.0.12-SNAPSHOT + 1.0.12 jar AssertJ Mail (Jakarta EE 9+) diff --git a/assertj-mail/pom.xml b/assertj-mail/pom.xml index d596ac8..6432dae 100644 --- a/assertj-mail/pom.xml +++ b/assertj-mail/pom.xml @@ -3,7 +3,7 @@ org.devopsix assertj-mail - 1.0.12-SNAPSHOT + 1.0.12 jar AssertJ Mail (Java EE 8) diff --git a/examples-jakarta/pom.xml b/examples-jakarta/pom.xml index 19480dc..31e24f2 100644 --- a/examples-jakarta/pom.xml +++ b/examples-jakarta/pom.xml @@ -4,7 +4,7 @@ org.devopsix assertj-mail-parent - 1.0.12-SNAPSHOT + 1.0.12 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index bb3226c..b31e0e7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ org.devopsix assertj-mail-parent - 1.0.12-SNAPSHOT + 1.0.12 ../pom.xml diff --git a/pom.xml b/pom.xml index 85c0996..88cac5e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.devopsix assertj-mail-parent - 1.0.12-SNAPSHOT + 1.0.12 pom