From 36e65f00b2a3c6fa48cbf48abd5b17099610fad5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 25 Dec 2023 20:27:22 +0000 Subject: [PATCH] build: Set version to 3.3.0 ## [3.3.0](https://github.com/yuriytkach/fundraiser-tracker/compare/v3.2.3...v3.3.0) (2023-12-25) ### Features * Storing all donations in single table ([#240](https://github.com/yuriytkach/fundraiser-tracker/issues/240)) ([422deb5](https://github.com/yuriytkach/fundraiser-tracker/commit/422deb5681134edbd8dd6b5552d7589a3d21a5b7)) ### Documentation * Update README.md ([7b8b329](https://github.com/yuriytkach/fundraiser-tracker/commit/7b8b329f17fc0bbea7c79a109dca4f492cbcf4d4)) ### Build Systems * Fix jacoco report path on upload ([2041dfc](https://github.com/yuriytkach/fundraiser-tracker/commit/2041dfc12c0061cef4f4053bb708b8192b0fa721)) * Jacoco reports for unit and IT separately ([1ec0566](https://github.com/yuriytkach/fundraiser-tracker/commit/1ec056688e681eebf31517527f833faa96162f82)) * Publish coverage reports from all jobs ([7527ba3](https://github.com/yuriytkach/fundraiser-tracker/commit/7527ba3c4c2335f65ec797e2976e27fef6bb149f)) * Update process-artifacts.yml ([62d61b9](https://github.com/yuriytkach/fundraiser-tracker/commit/62d61b9de99f14248116ab070d8dd9b54ff8d85e)) * **deps:** bump com.github.spotbugs:spotbugs-annotations ([#232](https://github.com/yuriytkach/fundraiser-tracker/issues/232)) ([a55fb42](https://github.com/yuriytkach/fundraiser-tracker/commit/a55fb421846aa4f102cfb1b2aaf512ec4aea3561)) * Update sweep.yaml ([62878f4](https://github.com/yuriytkach/fundraiser-tracker/commit/62878f42c0ec61b56db623da26d86d95a7ceec9e)) [no ci] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d14f8b3..34a34d8 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { } group 'com.yuriytkach' -version '3.2.3' +version '3.3.0' java { sourceCompatibility = JavaVersion.VERSION_17