Skip to content

Commit 957f65b

Browse files
chore(main): release 1.2.1 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01f5b43 commit 957f65b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.1](https://github.com/cardano-foundation/cf-cardano-conversions-java/compare/v1.2.0...v1.2.1) (2025-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed formula to ensure last 20 seconds of an epoch belong to current epoch ([#25](https://github.com/cardano-foundation/cf-cardano-conversions-java/issues/25)) ([01f5b43](https://github.com/cardano-foundation/cf-cardano-conversions-java/commit/01f5b43cd6d81b9121410bd8607952bbe8bb5370))
9+
310
## [1.2.0](https://github.com/cardano-foundation/cf-cardano-conversions-java/compare/v1.1.3...v1.2.0) (2024-09-02)
411

512

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.cardanofoundation</groupId>
66
<artifactId>cf-cardano-conversions-java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<description>Cardano Conversions</description>
1010
<url>https://github.com/cardano-foundation/cf-cardano-conversions-java</url>

0 commit comments

Comments
 (0)