diff --git a/CHANGELOG.md b/CHANGELOG.md index 5529fab0..6513ba4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,32 @@ All notable changes to this project will be documented in this file. +## [0.15.0] - 2024-09-06 + +### 🐛 Bug Fixes + +- Provide initial mempool tx stage when asked (#330) + +### 🚜 Refactor + +- Move pparams mapping to Pallas (#324) +- Simplify tx submit pipeline (#327) + +### ⚙️ Miscellaneous Tasks + +- *(serve)* Implement ReadParams method in u5c server (#304) +- Update Pallas to v0.30.1 (#328) + ## [0.14.1] - 2024-08-03 ### 🐛 Bug Fixes - Don't panic on Conway certs (#319) +### ⚙️ Miscellaneous Tasks + +- Release dolos version 0.14.1 + ## [0.14.0] - 2024-08-02 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index fe054c23..1c40ebb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.14.1" +version = "0.15.0" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f28ea4f3..04bf16b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.14.1" +version = "0.15.0" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos"