Skip to content

Commit e452185

Browse files
committed
chore: Update CHANGELOG
1 parent 8f35c93 commit e452185

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.3] - 2024-10-16
11+
12+
### Added
13+
14+
- Support for name resolution in peer addresses.
15+
- Block producer docker compose setup.
16+
- WASM file containing the webnode is now included in the frontend image.
17+
- Logging output to the filesystem in addition to stdout.
18+
- Webnode: peer discovery and p2p based signaling.
19+
1020
## [0.10.0] - 2024-10-10
1121

1222
### Added
@@ -279,7 +289,8 @@ First public release.
279289
- Alpha version of the node which can connect and syncup to the berkeleynet network, and keep applying new blocks to maintain consensus state and ledger up to date.
280290
- Web-based frontend for the node.
281291

282-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.10.0...develop
292+
[Unreleased]: https://github.com/openmina/openmina/compare/v0.10.3...develop
293+
[0.10.3]: https://github.com/openmina/openmina/releases/tag/v0.10.0...v0.10.3
283294
[0.10.0]: https://github.com/openmina/openmina/releases/tag/v0.9.0...v0.10.0
284295
[0.9.0]: https://github.com/openmina/openmina/releases/tag/v0.8.14...v0.9.0
285296
[0.8.14]: https://github.com/openmina/openmina/releases/tag/v0.8.13...v0.8.14

0 commit comments

Comments
 (0)