From 3e50e99f0943fd9475ccc6228ee3fb52a10704e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:26:52 +0000 Subject: [PATCH] chore(main): release 2.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ build.gradle.kts | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdadbf2..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.1" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee193bc..fd55260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.5.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.4.1...v2.5.0) (2026-08-24) + + +### Features + +* add project controller and service ([#165](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/165)) ([5f299d7](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/5f299d7c5743a607249ec638b2d8cb8295b75c08)) +* add project entity usage ([#176](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/176)) ([69dd75d](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/69dd75d1882925b4502f9176f414dc82fd336697)) +* **service:** add crud service structure ([#163](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/163)) ([cd22f2e](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/cd22f2eea6de371b5b80487ff5214f5904759d30)) + + +### Bug Fixes + +* **deps:** update datafaker ([#151](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/151)) ([ebb3ed2](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/ebb3ed2b1a9aa2f29413108d26a1dd84878cf630)) +* **deps:** update dependency net.onelitefeather:vulpes-model to v1.8.0 ([#166](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/166)) ([a4481c1](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/a4481c1cb948c095437da77e6b3dbf12f1287ad3)) +* **deps:** update dependency net.onelitefeather:vulpes-model to v1.8.1 ([#172](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/172)) ([57fabcb](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/57fabcba124a25ac7044d6573c4f25fff506daf0)) +* **deps:** update dependency net.onelitefeather:vulpes-model to v1.8.2 ([#173](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/173)) ([b5e0f99](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/b5e0f99dfac7c1c12c914f2d7f28d7a4716a2285)) +* **deps:** update dependency net.onelitefeather:vulpes-model to v2 ([#175](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/175)) ([19c04ea](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/19c04ea9859a7931603f8124737101375821abe1)) +* **deps:** update dependency org.hibernate.validator:hibernate-validator to v9.1.2.final ([#155](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/155)) ([dee40ee](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/dee40ee6396b71b66907c95bb7ce99f8e8616111)) +* **deps:** update dependency org.hibernate.validator:hibernate-validator to v9.1.3.final ([#158](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/158)) ([17b568c](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/17b568cc0eed8224d1d1e77273f926b44ee63887)) +* **item:** separate reorder handling from lore dto ([#167](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/167)) ([2d05d22](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/2d05d22bc5be03f02822598604de7c1b8b0bc4a9)) + ## [2.4.1](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.4.0...v2.4.1) (2026-06-22) diff --git a/build.gradle.kts b/build.gradle.kts index b72c9c7..8b16f1c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { alias(libs.plugins.cyclonedx) } -version = "2.4.1" // x-release-please-version +version = "2.5.0" // x-release-please-version java { toolchain {