diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index fd96641..c115411 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.11"} +{".":"2.0.12"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b68e6c..38210aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.12](https://github.com/devopsix/hamcrest-mail/compare/v2.0.11...v2.0.12) (2026-05-15) + + +### Dependencies + +* Bump actions/create-github-app-token from 3.1.1 to 3.2.0 ([#190](https://github.com/devopsix/hamcrest-mail/issues/190)) ([91dfce3](https://github.com/devopsix/hamcrest-mail/commit/91dfce31ec6ab07b4edc5e56afa86d6902f2b01e)) +* Bump com.sun.mail:jakarta.mail from 1.6.8 to 2.0.2 ([#189](https://github.com/devopsix/hamcrest-mail/issues/189)) ([0b8302e](https://github.com/devopsix/hamcrest-mail/commit/0b8302e3d73cb85a3d0af1f3ccfde05fe40e95c6)) +* Bump org.slf4j:slf4j-simple from 2.0.17 to 2.0.18 ([#191](https://github.com/devopsix/hamcrest-mail/issues/191)) ([a6ff374](https://github.com/devopsix/hamcrest-mail/commit/a6ff374597ecc7fc095129bb22c8edda2e8a11c8)) + ## [2.0.11](https://github.com/devopsix/hamcrest-mail/compare/v2.0.10...v2.0.11) (2026-05-06) diff --git a/examples-jakarta/pom.xml b/examples-jakarta/pom.xml index b573b51..3388289 100644 --- a/examples-jakarta/pom.xml +++ b/examples-jakarta/pom.xml @@ -4,7 +4,7 @@ org.devopsix hamcrest-mail-parent - 2.0.12-SNAPSHOT + 2.0.12 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 6db8fa1..c8dac28 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ org.devopsix hamcrest-mail-parent - 2.0.12-SNAPSHOT + 2.0.12 ../pom.xml diff --git a/hamcrest-mail-jakarta/pom.xml b/hamcrest-mail-jakarta/pom.xml index 948a604..b80bdde 100644 --- a/hamcrest-mail-jakarta/pom.xml +++ b/hamcrest-mail-jakarta/pom.xml @@ -3,7 +3,7 @@ org.devopsix hamcrest-mail-jakarta - 2.0.12-SNAPSHOT + 2.0.12 jar Hamcrest Mail (Jakarta EE 9+) diff --git a/hamcrest-mail/pom.xml b/hamcrest-mail/pom.xml index 05fefed..ac04d83 100644 --- a/hamcrest-mail/pom.xml +++ b/hamcrest-mail/pom.xml @@ -3,7 +3,7 @@ org.devopsix hamcrest-mail - 2.0.12-SNAPSHOT + 2.0.12 jar Hamcrest Mail (Java EE 8) diff --git a/pom.xml b/pom.xml index d6fae13..0c8f5d2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.devopsix hamcrest-mail-parent - 2.0.12-SNAPSHOT + 2.0.12 pom