diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f76409..caad729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.18.2] - 2024-11-02 + +### 🐛 Bug Fixes + +- Use s3 accelerate endpoint for snapshots (#377) + ## [0.18.1] - 2024-10-25 ### 🐛 Bug Fixes @@ -12,6 +18,7 @@ All notable changes to this project will be documented in this file. ### ⚙️ Miscellaneous Tasks - Fix lint warnings (#374) +- Release dolos version 0.18.1 ## [0.18.0] - 2024-10-24 diff --git a/Cargo.lock b/Cargo.lock index be47347..60b360d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.18.1" +version = "0.18.2" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 35b96a0..2bc6078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.18.1" +version = "0.18.2" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos"