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..2a38098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.14.1](https://github.com/OneLiteFeatherNET/Titan/compare/v1.14.0...v1.14.1) (2026-08-20) + + +### Bug Fixes + +* **deps:** update dependency com.google.guava:guava to v33.7.0-android ([#193](https://github.com/OneLiteFeatherNET/Titan/issues/193)) ([496b657](https://github.com/OneLiteFeatherNET/Titan/commit/496b657f4c76545dbc37307e73a4bef2ab7ed640)) +* **deps:** update dependency com.google.guava:guava to v33.7.0-jre ([#194](https://github.com/OneLiteFeatherNET/Titan/issues/194)) ([363a4ab](https://github.com/OneLiteFeatherNET/Titan/commit/363a4abfd0a9f165e695c67baec0efc83c3943cc)) +* **deps:** update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-rc17 ([#189](https://github.com/OneLiteFeatherNET/Titan/issues/189)) ([670c986](https://github.com/OneLiteFeatherNET/Titan/commit/670c986082681fb995b7a3d8c34a951a5c02de43)) +* **deps:** update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v2.4.10 ([#190](https://github.com/OneLiteFeatherNET/Titan/issues/190)) ([9d984c7](https://github.com/OneLiteFeatherNET/Titan/commit/9d984c7622bbfc892064ee605cdd6bdf58e90b74)) +* **deps:** update guava monorepo to v33.4.8-jre ([#173](https://github.com/OneLiteFeatherNET/Titan/issues/173)) ([686c728](https://github.com/OneLiteFeatherNET/Titan/commit/686c728a11cd983d2f4906b82909e2cc85d9df9c)) +* **deps:** update guava monorepo to v33.6.0-jre ([#176](https://github.com/OneLiteFeatherNET/Titan/issues/176)) ([7cce9b7](https://github.com/OneLiteFeatherNET/Titan/commit/7cce9b78208c8a11f9a3b93ad6d4bd9d62914957)) +* **deps:** update kotlin monorepo to v2.2.21 ([#174](https://github.com/OneLiteFeatherNET/Titan/issues/174)) ([8135f20](https://github.com/OneLiteFeatherNET/Titan/commit/8135f203217bb6a5c77437996a2f8397623fd12e)) +* **deps:** update kotlin monorepo to v2.4.0 ([#177](https://github.com/OneLiteFeatherNET/Titan/issues/177)) ([3d395fe](https://github.com/OneLiteFeatherNET/Titan/commit/3d395fe58cc86de6dc4770c12f6e560405b48295)) + ## [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