Skip to content

Commit 8133bbe

Browse files
authored
Update CHANGELOG and pyproject.toml (#596)
1 parent 1eb0806 commit 8133bbe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [[Unreleased]]
9+
10+
## [1.9.0] - 2023-06-13
911
### Added:
1012
- Added `submit_and_wait` to sign (if needed), autofill, submit a transaction and wait for its final outcome
1113
- `submit` and `send_reliable_submission` now accept an optional boolean param `fail_hard` (if `True` halt the submission if it's not immediately validated)
1214
- Added sidechain devnet support to faucet generation
15+
- Added `user_agent` and `usage_context` to `generate_faucet_wallet`
1316

1417
### Changed:
1518
- Allowed keypairs.sign to take a hex string in addition to bytes
1619

1720
### Fixed:
1821
- Refactored `does_account_exist` and `get_balance` to avoid deprecated methods and use `ledger_index` parameter
19-
- Fixed crashes in the SignerListSet validation
22+
- Fixed crashes in the `SignerListSet` validation
2023
- Improved error messages in `send_reliable_submission`
2124
- Better error handling in reliable submission
2225

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 = "xrpl-py"
3-
version = "1.8.0"
3+
version = "1.9.0"
44
description = "A complete Python library for interacting with the XRP ledger"
55
readme = "README.md"
66
repository = "https://github.com/XRPLF/xrpl-py"

0 commit comments

Comments
 (0)