Skip to content

Commit

Permalink
ci(release): release version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Apr 25, 2023
1 parent 3bd12b8 commit 4716635
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [bria release v0.0.12](https://github.com/GaloyMoney/bria/releases/tag/0.0.12)


### Bug Fixes

- Set address events

### Refactor

- Proper signing session initialization event
- Proper address initialization event
- Proper xpub initialization event
- Move original out of XPubValue
- Payouts as events
- Events in batch_group
- Better wallet structure
- Persist wallet with events
- Use EntityEvents::persist in signing session repo
- Use EntityEvents::persist
- Use events in xpub entity

# [bria release v0.0.11](https://github.com/GaloyMoney/bria/releases/tag/0.0.11)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bria"
version = "0.0.12-dev"
version = "0.0.12"
edition = "2021"

[features]
Expand Down

0 comments on commit 4716635

Please sign in to comment.