File tree Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.11.1 "
2+ "." : " 0.12.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.12.0] ( https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.11.1...v0.12.0 ) (2024-08-08)
4+
5+
6+ ### Features
7+
8+ * introduce network config ([ b219064] ( https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/b2190644ad99aa45c08e6ce68e15dbcef1be18fa ) )
9+
310## [ 0.11.1] ( https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.11.0...v0.11.1 ) (2024-04-21)
411
512
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ or you can clone the repository and run the tests or build the library yourself.
9797<dependency >
9898 <groupId >org.cardanofoundation</groupId >
9999 <artifactId >cf-rewards-calculation</artifactId >
100- <version >0.11.1 </version >
100+ <version >0.12.0 </version >
101101</dependency >
102102```
103103
Original file line number Diff line number Diff line change 66
77 <groupId >org.cardanofoundation</groupId >
88 <artifactId >cf-rewards-calculation</artifactId >
9- <version >0.11.1 </version >
9+ <version >0.12.0 </version >
1010 <name >cardano-reward-calculation</name >
1111 <url >https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url >
1212
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.cardanofoundation</groupId >
66 <artifactId >cf-rewards</artifactId >
7- <version >0.11.1 </version >
7+ <version >0.12.0 </version >
88 <name >cardano-reward-calculation</name >
99 <url >https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url >
1010
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.cardanofoundation</groupId >
88 <artifactId >cf-rewards</artifactId >
9- <version >0.11.1 </version >
9+ <version >0.12.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 1- 0.11.1
1+ 0.12.0
You can’t perform that action at this time.
0 commit comments