From 36dfd7b10ab907502367867d6068005558f685e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:54:12 +0000 Subject: [PATCH] chore(main): release 1.14.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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..e62496e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.14.1](https://github.com/OneLiteFeatherNET/Titan/compare/v1.14.0...v1.14.1) (2026-08-18) + + +### 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 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