Skip to content

Commit

Permalink
ci(release): release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed May 16, 2023
1 parent 14af06b commit 9c51a20
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# [bria release v0.1.0](https://github.com/GaloyMoney/bria/releases/tag/0.1.0)


### Bug Fixes

- Cleanup to the encrypt signer config pr (#184)
- No default for PG_CON

### Features

- [**breaking**] Use meaningful id's for accounts (#181)
- Encrypt and persist signer config (#177)

### Miscellaneous Tasks

- Bump uuid from 1.3.2 to 1.3.3 (#183)
- Handle max_retry_backof and extend signing job
- Remove comment (#179)

### Refactor

- Pass JobsConfig to jobs runner
- UnbatchedPayout.commit_to_batch
- UnbatchedPayouts container
- Extract construct_psbt to PsbtBuilder
- Group_name -> payout_queue

### Testing

- Remove redundant debug output
- Attempt retries in bria_init
- Fix bria.yml for e2e tests

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


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.25-dev"
version = "0.1.0"
edition = "2021"

[features]
Expand Down

0 comments on commit 9c51a20

Please sign in to comment.