diff --git a/CHANGELOG.md b/CHANGELOG.md index 3595913c..a58a164b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [bria release v0.0.5](https://github.com/GaloyMoney/bria/releases/tag/0.0.5) + + +### Bug Fixes + +- Bria home in release images + +### Miscellaneous Tasks + +- Bump sqlx-ledger from 0.5.11 to 0.5.12 + # [bria release v0.0.4](https://github.com/GaloyMoney/bria/releases/tag/0.0.4) diff --git a/Cargo.lock b/Cargo.lock index 4c39b644..f9b25fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,7 +399,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.0.5-dev" +version = "0.0.5" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 93e9716b..2b8410aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.0.5-dev" +version = "0.0.5" edition = "2021" [features]