Skip to content

Commit 4afad0a

Browse files
authored
chore: update version to v0.2.0 (#124)
## High Level Overview of Change Title says it all. ### Context of Change Title says it all. ### Type of Change - [x] Release ## Test Plan Tests pass locally.
1 parent 851150e commit 4afad0a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Updated to match the latest versions of rippled and the witness server
1313

14+
### Fixed
15+
16+
- Fixed a key algorithm-seed type mismatch for IOU bridge config generation
17+
1418
## [0.1.0] - 2023-02-22
1519

1620
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xbridge-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A CLI that helps you set up an XRPL-XRPL bridge."
55
readme = "README.md"
66
repository = "https://github.com/xpring-eng/xbridge-cli"

0 commit comments

Comments
 (0)