diff --git a/pages/home/release-notes.mdx b/pages/home/release-notes.mdx index 8738276..88444f7 100644 --- a/pages/home/release-notes.mdx +++ b/pages/home/release-notes.mdx @@ -1,5 +1,39 @@ # Allora Network Release Notes + + +## v0.15.0 + +### Key Features and Improvements + +#### Scheduler and Settings +- **Enforce recommended consensus settings** to increase network stability. +- **x/scheduler module**: New module for task scheduling. + +#### Topic Management +- **Topic configuration updates**: Topic creators can update certain topic config settings +- **Per-topic c_norm**: c_norm is now a configurable per-topic field instead of a global parameter for better topic customization and performance. + +#### Queries and Ownership +- **Open submission window queries**: New queries on open submission windows to improve submission window management on clients. +- **Transfer ownership**: Workers can now transfer ownership of rewards. + +### Bug Fixes and Other Improvements + +- **OOIF matrix**: Fix matrix for events with value bundle to avoid potential issues with event parsing. +- **Active topic set**: Fix a theoretical active topic set issue. + +### Security + +- **CometBFT**: Upgrade to v0.38.19. + +## v0.14.0 + +### Key Features and Improvements + +#### Mint Module +- **Mint foundation coins**: Align foundation coins to the Allora Foundation account (#887). + ## v0.13.0 ### Key Features and Improvements