diff --git a/CHANGELOG.md b/CHANGELOG.md index b02b6dbe..fae030d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [bria release v0.1.101](https://github.com/GaloyMoney/bria/releases/tag/0.1.101) + + +### Features + +- Add update profile cli command (#510) + # [bria release v0.1.100](https://github.com/GaloyMoney/bria/releases/tag/0.1.100) diff --git a/Cargo.lock b/Cargo.lock index 3742205b..c746b4f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.101-dev" +version = "0.1.101" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 751482c3..03b1756e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.101-dev" +version = "0.1.101" edition = "2021" [features]