diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c05c643..74b9f7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [bria release v0.1.91](https://github.com/GaloyMoney/bria/releases/tag/0.1.91) + + +### Performance + +- Cache spks + txs to avoid n-plus-one in bdk (#472) + # [bria release v0.1.90](https://github.com/GaloyMoney/bria/releases/tag/0.1.90) diff --git a/Cargo.lock b/Cargo.lock index 60862a53..4693f947 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.91-dev" +version = "0.1.91" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0f775321..3883face 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.91-dev" +version = "0.1.91" edition = "2021" [features]