diff --git a/CHANGELOG.md b/CHANGELOG.md index bc01b0e4..a1b863e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.11.1] - 2024-07-14 + +### 🐛 Bug Fixes + +- *(serve)* Don't break socket listening loop on connect error (#297) + +### ⚙️ Miscellaneous Tasks + +- Update Pallas with input ordering interop fix (#296) + ## [0.11.0] - 2024-07-13 ### 🚜 Refactor @@ -13,6 +23,7 @@ All notable changes to this project will be documented in this file. - Update u5c spec to v0.6 (#289) - Update Pallas with redeemer interop fix (#291) +- Release dolos version 0.11.0 ## [0.10.1] - 2024-07-05 diff --git a/Cargo.lock b/Cargo.lock index dfd42dfc..3eb7141a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.11.0" +version = "0.11.1" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d0bdebcf..f7e41eec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.11.0" +version = "0.11.1" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos"