Skip to content

Commit dc3d2fa

Browse files
authored
Merge pull request #1696 from hyperledger/updates_release
v1.4.0 release notes and CLI version bump on manifest
2 parents 8863076 + df0daf9 commit dc3d2fa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

doc-site/docs/releasenotes/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ title: Release Notes
66

77
[Full release notes](https://github.com/hyperledger/firefly/releases)
88

9+
## [v1.4.0 - Jul 17, 2025](https://github.com/hyperledger/firefly/releases/tag/v1.4.0)
10+
11+
What's New:
12+
- New Cardano connector https://github.com/hyperledger/firefly-cardano
13+
- Powers a reliable event-stream-based API for applications to react to custom Cardano events
14+
- Own signer module for managing keys
15+
- Incorporates it's own Balius wrapper framework for smart contracts
16+
- Includes in depth documentation section on developing Cardano smart contracts and listening to events
17+
- Support in FireFly CLI to create a Cardano stack and connect to a remote provider
18+
- Rust based framework for building FireFly Connectors
19+
- Enhancements to the connector framework to expose internal event listeners to consume directly instead of using external listeners
20+
- Miscellaneous bug fixes and minor improvements
21+
- Documentation updates, new Cardano section in the tutorials
22+
- CVE fixes across the board
23+
924
## [v1.3.3 - Mar 25, 2025](https://github.com/hyperledger/firefly/releases/tag/v1.3.3)
1025

1126
What's New:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
"release": "v1.3.3"
7070
},
7171
"cli": {
72-
"tag": "v1.4.0-rc.1"
72+
"tag": "v1.4.0"
7373
}
7474
}

0 commit comments

Comments
 (0)