diff --git a/CHANGELOG.md b/CHANGELOG.md index f18d6de..a9a4264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.11.4 - 2024-07-16 + +#### Enhancements +- Upgraded DBN version to 0.19.1 with fixes for `BBOMsg` record struct + ## 0.11.3 - 2024-07-09 #### Enhancements diff --git a/Cargo.toml b/Cargo.toml index 6c3ed9b..da22cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "databento" authors = ["Databento "] -version = "0.11.3" +version = "0.11.4" edition = "2021" repository = "https://github.com/databento/databento-rs" description = "Official Databento client library" @@ -24,7 +24,7 @@ live = ["dep:hex", "dep:sha2", "tokio/net"] [dependencies] # binary encoding -dbn = { version = "0.19.0", features = ["async", "serde"] } +dbn = { version = "0.19.1", features = ["async", "serde"] } # Async stream trait futures = { version = "0.3", optional = true } # Used for Live authentication