Skip to content

Commit 0d46709

Browse files
Merge pull request #34 from cardano-foundation/release-please--branches--main
chore(main): release 0.6.2
2 parents 692d7e0 + c8bf00d commit 0d46709

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.1"
2+
".": "0.6.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.2](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.6.1...v0.6.2) (2024-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* get correct registration state in case of late re-registrations ([d5dc65e](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/d5dc65e23e27e86eb364746b5c0bbd981f5aebed))
9+
310
## [0.6.1](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.6.0...v0.6.1) (2024-03-02)
411

512

calculation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.cardanofoundation</groupId>
88
<artifactId>cf-rewards</artifactId>
9-
<version>0.6.1</version>
9+
<version>0.6.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.cardanofoundation</groupId>
66
<artifactId>cf-rewards</artifactId>
7-
<version>0.6.1</version>
7+
<version>0.6.2</version>
88
<name>cardano-reward-calculation</name>
99
<modules>
1010
<module>calculation</module>

validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.cardanofoundation</groupId>
88
<artifactId>cf-rewards</artifactId>
9-
<version>0.6.1</version>
9+
<version>0.6.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

0 commit comments

Comments
 (0)