diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ef9a1c..77566c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d35d5d8..90e3907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.14.1](https://github.com/OneLiteFeatherNET/Titan/compare/v1.14.0...v1.14.1) (2026-06-16) + + +### Bug Fixes + +* **deps:** update guava monorepo to v33.4.8-jre ([#173](https://github.com/OneLiteFeatherNET/Titan/issues/173)) ([d2f621a](https://github.com/OneLiteFeatherNET/Titan/commit/d2f621abba86cf6bc3931c78771423550c15931c)) +* **deps:** update guava monorepo to v33.6.0-jre ([#176](https://github.com/OneLiteFeatherNET/Titan/issues/176)) ([cc146cd](https://github.com/OneLiteFeatherNET/Titan/commit/cc146cdbfd47047c3966268fd1ba1f18901b0d31)) +* **deps:** update kotlin monorepo to v2.2.21 ([#174](https://github.com/OneLiteFeatherNET/Titan/issues/174)) ([0a45343](https://github.com/OneLiteFeatherNET/Titan/commit/0a4534323962c9f20483a40657ecc411a5c245a6)) +* **deps:** update kotlin monorepo to v2.4.0 ([#177](https://github.com/OneLiteFeatherNET/Titan/issues/177)) ([df1f11d](https://github.com/OneLiteFeatherNET/Titan/commit/df1f11d952527c6e80bdc6b66a5a3a676af38ac8)) + ## [1.14.0](https://github.com/OneLiteFeatherNET/Titan/compare/v1.13.0...v1.14.0) (2026-06-14) diff --git a/gradle.properties b/gradle.properties index 92b7b66..4d4dfb8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 1.14.0 # x-release-please-version +version = 1.14.1 # x-release-please-version group = net.onelitefeather org.gradle.welcome = never