From d86ef11b1a4c57d9d43a4aaa8dd1949219819dd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:43:48 +0000 Subject: [PATCH 1/5] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ version.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a26ebfc1..fea34540 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 535b0204..b2336402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.14.0...v1.0.0) (2025-02-19) + + +### Features + +* release stable major version ([74cb097](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/74cb09799c91b11ac9380d1a9ef1344de3df0db2)) + + +### Miscellaneous Chores + +* release 1.0.0 ([827cb49](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/827cb491c16daf5c26a9d64874be2c375d986ede)) + ## [0.14.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.13.1...v0.14.0) (2025-02-19) diff --git a/version.txt b/version.txt index a803cc22..3eefcb9d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.14.0 +1.0.0 From 20e539acf07197df345cbc9d027ab2116d2b6594 Mon Sep 17 00:00:00 2001 From: Fabian Bormann Date: Wed, 19 Feb 2025 18:00:32 +0100 Subject: [PATCH 2/5] chore: update main pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 457a377d..d88d311f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.cardanofoundation cf-rewards - 0.14.0 + 1.0.0 cardano-reward-calculation https://github.com/cardano-foundation/cf-java-rewards-calculation.git From a187a555bd584f51e844be822207ec29029f2cec Mon Sep 17 00:00:00 2001 From: Fabian Bormann Date: Wed, 19 Feb 2025 18:02:03 +0100 Subject: [PATCH 3/5] chore: update validation pom.xml --- validation/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/pom.xml b/validation/pom.xml index 09bb8225..f697a9c6 100644 --- a/validation/pom.xml +++ b/validation/pom.xml @@ -6,7 +6,7 @@ org.cardanofoundation cf-rewards - 0.14.0 + 1.0.0 ../pom.xml From 335d856dcf67297b72122053ca2ec0060d724108 Mon Sep 17 00:00:00 2001 From: Fabian Bormann Date: Wed, 19 Feb 2025 18:02:30 +0100 Subject: [PATCH 4/5] chore: update calculation pom.xml --- calculation/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculation/pom.xml b/calculation/pom.xml index df02c774..e51c5653 100644 --- a/calculation/pom.xml +++ b/calculation/pom.xml @@ -6,7 +6,7 @@ org.cardanofoundation cf-rewards-calculation - 0.14.0 + 1.0.0 cardano-reward-calculation https://github.com/cardano-foundation/cf-java-rewards-calculation.git From 4f874f9bd67bb106ed1da610bedc88f148c7fa4f Mon Sep 17 00:00:00 2001 From: Fabian Bormann Date: Wed, 19 Feb 2025 18:04:53 +0100 Subject: [PATCH 5/5] chore: update version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d26526ef..da06a3bc 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ or you can clone the repository and run the tests or build the library yourself. org.cardanofoundation cf-rewards-calculation - 0.14.0 + 1.0.0 ```