diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..a8f7122 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bb208..e99b6bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.1](https://github.com/OneLiteFeatherNET/PlayerKits/compare/v1.0.0...v1.0.1) (2026-07-13) + + +### Bug Fixes + +* **deps:** update dependency org.junit.jupiter:junit-jupiter-api to v6.1.1 ([#69](https://github.com/OneLiteFeatherNET/PlayerKits/issues/69)) ([4db0d3a](https://github.com/OneLiteFeatherNET/PlayerKits/commit/4db0d3a66f3b97799cb01032ce6d05aca3d93883)) +* **deps:** update dependency org.junit.jupiter:junit-jupiter-api to v6.1.2 ([#75](https://github.com/OneLiteFeatherNET/PlayerKits/issues/75)) ([be25ba5](https://github.com/OneLiteFeatherNET/PlayerKits/commit/be25ba562fa86d5d3be3d554cd37bb67bfe88ac9)) +* **deps:** update dependency org.postgresql:postgresql to v42.7.12 ([#70](https://github.com/OneLiteFeatherNET/PlayerKits/issues/70)) ([9e10c59](https://github.com/OneLiteFeatherNET/PlayerKits/commit/9e10c59c68b83c421a47ba62576f4df7dd293e82)) +* **deps:** update dependency org.postgresql:postgresql to v42.7.13 ([#74](https://github.com/OneLiteFeatherNET/PlayerKits/issues/74)) ([1385962](https://github.com/OneLiteFeatherNET/PlayerKits/commit/138596289de14f35b77034380bac190cd69777c1)) +* **deps:** update hibernate-orm monorepo to v7.4.2.final ([#64](https://github.com/OneLiteFeatherNET/PlayerKits/issues/64)) ([7326819](https://github.com/OneLiteFeatherNET/PlayerKits/commit/7326819dc565304af4935542f5e6bfa237e36a05)) +* **deps:** update hibernate-orm monorepo to v7.4.3.final ([#71](https://github.com/OneLiteFeatherNET/PlayerKits/issues/71)) ([2bd5f52](https://github.com/OneLiteFeatherNET/PlayerKits/commit/2bd5f522a751fcc69be6fdf0452aa14b5e41d369)) +* **deps:** update hibernate-orm monorepo to v7.4.4.final ([#72](https://github.com/OneLiteFeatherNET/PlayerKits/issues/72)) ([bf40688](https://github.com/OneLiteFeatherNET/PlayerKits/commit/bf406880075fe0467e12c586510f430482849bd7)) +* **deps:** update hibernate-orm monorepo to v7.4.5.final ([#76](https://github.com/OneLiteFeatherNET/PlayerKits/issues/76)) ([8da1001](https://github.com/OneLiteFeatherNET/PlayerKits/commit/8da10011b940de51726456f65c9d176fc4294f95)) + ## [1.0.0](https://github.com/OneLiteFeatherNET/PlayerKits/compare/v0.1.0...v1.0.0) (2026-06-15) diff --git a/gradle.properties b/gradle.properties index 0535dc2..4cc90f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 1.0.0 # x-release-please-version +version = 1.0.1 # x-release-please-version group = net.onelitefeather org.gradle.welcome = never \ No newline at end of file