diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6318e0..28e18262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [bria release v0.1.104](https://github.com/GaloyMoney/bria/releases/tag/0.1.104) + + +### Miscellaneous Tasks + +- Bump prost from 0.12.3 to 0.12.4 (#522) +- Bump rust via nix flake +- Bumps reqwest related deps and h2 (#523) +- Bump rust_decimal from 1.34.3 to 1.35.0 (#519) +- Bump tokio from 1.36.0 to 1.37.0 (#518) + # [bria release v0.1.103](https://github.com/GaloyMoney/bria/releases/tag/0.1.103) diff --git a/Cargo.lock b/Cargo.lock index c99d0ba2..4c5907ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.104-dev" +version = "0.1.104" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3b76179f..7231b050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.104-dev" +version = "0.1.104" edition = "2021" [features]