Skip to content

Commit

Permalink
Merge pull request #45 from cardano-foundation/release-please--branch…
Browse files Browse the repository at this point in the history
…es--main

chore(main): release 0.8.0
  • Loading branch information
fabianbormann authored Mar 7, 2024
2 parents 988d99e + 210c867 commit 1060673
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.1"
".": "0.8.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.7.1...v0.8.0) (2024-03-07)


### Features

* rewards calculation is now 100% matching the db sync ada pots and rewards table ([ac90b0f](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/ac90b0f792576ebb1ae0b1db94cb2bf67d62d9aa))

## [0.7.1](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.7.0...v0.7.1) (2024-03-06)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ or you can clone the repository and run the tests or build the library yourself.
<dependency>
<groupId>org.cardanofoundation</groupId>
<artifactId>cf-rewards-calculation</artifactId>
<version>0.7.2</version>
<version>0.8.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion calculation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cardanofoundation</groupId>
<artifactId>cf-rewards</artifactId>
<version>0.7.2</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cardanofoundation</groupId>
<artifactId>cf-rewards</artifactId>
<version>0.7.2</version>
<version>0.8.0</version>
<name>cardano-reward-calculation</name>
<url>https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url>

Expand Down
2 changes: 1 addition & 1 deletion validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cardanofoundation</groupId>
<artifactId>cf-rewards</artifactId>
<version>0.7.2</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.8.0

0 comments on commit 1060673

Please sign in to comment.