diff --git a/CHANGELOG.md b/CHANGELOG.md index 6513ba4..2d41fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.15.1] - 2024-09-07 + +### 🐛 Bug Fixes + +- Use u5c mapping that supports Conway (#333) +- Use CF backbone as default relay (#335) + +### 📚 Documentation + +- Add Blaze example (#334) + ## [0.15.0] - 2024-09-06 ### 🐛 Bug Fixes @@ -17,6 +28,7 @@ All notable changes to this project will be documented in this file. - *(serve)* Implement ReadParams method in u5c server (#304) - Update Pallas to v0.30.1 (#328) +- Release dolos version 0.15.0 ## [0.14.1] - 2024-08-03 diff --git a/Cargo.lock b/Cargo.lock index f37f5b7..4b6e8c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.15.0" +version = "0.15.1" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7e0325c..9a94b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.15.0" +version = "0.15.1" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos"