diff --git a/CHANGELOG.md b/CHANGELOG.md index 70989016..459909b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [bria release v0.0.17](https://github.com/GaloyMoney/bria/releases/tag/0.0.17) + + +### Miscellaneous Tasks + +- Whitespace +- Whitespace +- Refactor keychain (#161) + # [bria release v0.0.16](https://github.com/GaloyMoney/bria/releases/tag/0.0.16) diff --git a/Cargo.lock b/Cargo.lock index 36e04c96..fe3ea12c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.0.17-dev" +version = "0.0.17" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c028c5f3..f43d4218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.0.17-dev" +version = "0.0.17" edition = "2021" [features]