diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77566c0..3086963 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.1" + ".": "1.14.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 562d4c3..d095fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.14.2](https://github.com/OneLiteFeatherNET/Titan/compare/v1.14.1...v1.14.2) (2026-09-14) + + +### Bug Fixes + +* **deps:** update dependency io.sentry:sentry-bom to v8.56.0 ([#283](https://github.com/OneLiteFeatherNET/Titan/issues/283)) ([0836117](https://github.com/OneLiteFeatherNET/Titan/commit/08361172f1d9fb79b9ac79ebcc272ad9417f3b0d)) +* **deps:** update dependency net.onelitefeather:aonyx-bom to v0.8.7 ([#286](https://github.com/OneLiteFeatherNET/Titan/issues/286)) ([09646f9](https://github.com/OneLiteFeatherNET/Titan/commit/09646f9410f46dd33f15c33454855e46cfc2277e)) + ## [1.14.1](https://github.com/OneLiteFeatherNET/Titan/compare/v1.14.0...v1.14.1) (2026-09-06) diff --git a/gradle.properties b/gradle.properties index 4d4dfb8..32db970 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 1.14.1 # x-release-please-version +version = 1.14.2 # x-release-please-version group = net.onelitefeather org.gradle.welcome = never