diff --git a/CHANGELOG.md b/CHANGELOG.md index 73340de..d48fd0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased changes +## 0.10.0 + - Added support for suspension related transaction events and special outcomes. ## 0.9.0 diff --git a/Cargo.lock b/Cargo.lock index abd4443..893ff09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2751,7 +2751,7 @@ dependencies = [ [[package]] name = "transaction-logger" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d0ae031..58efd22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transaction-logger" -version = "0.9.0" +version = "0.10.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html