diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcd2a4..f93dd3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.10.1] - 2024-07-05 + +### 🐛 Bug Fixes + +- Change Mithril dep to use rustls (#284) + +### 📚 Documentation + +- Simplify readme (#281) + ## [0.10.0] - 2024-06-24 ### 🚀 Features @@ -41,6 +51,7 @@ All notable changes to this project will be documented in this file. - Update Pallas to v0.27 (#265) - Reset example configs (#269) +- Release dolos version 0.10.0 ## [0.9.0] - 2024-05-28 diff --git a/Cargo.lock b/Cargo.lock index 9af1219..54e80fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.10.0" +version = "0.10.1" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 80b7eac..e6b4311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.10.0" +version = "0.10.1" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos"