Skip to content

Commit 811afa8

Browse files
authored
Update changelog and history (#378)
1 parent 6b942b9 commit 811afa8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ 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.5.0] - 2022-04-25
911
### Added
1012
- Support setting flags with booleans. For each transaction type supporting flags there is a `FlagInterface` to set the flags with booleans.
1113
- `federator_info` RPC support
1214
- Helper method for creating a cross-chain payment to/from a sidechain
1315
- Helper method for parsing an NFTokenID
1416

1517
### Fixed
18+
- Updated NFT names to match new 1.9.0 rippled names
1619
- `xrpl.asyncio.clients` exports (now includes `request_to_websocket`, `websocket_to_response`)
1720
- Adds optional `owner` field to NFTokenBurn
1821
- Allows lower-case currency codes

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xrpl-py"
3-
version = "1.4.0"
3+
version = "1.5.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"
@@ -11,7 +11,9 @@ authors = [
1111
"Ted Kalaw <tkalaw@ripple.com>",
1212
"Florent Uzio <fuzio@ripple.com>",
1313
"Mayur Bhandary <mbhandary@ripple.com>",
14-
"Nathan Nichols <nnichols@ripple.com>"
14+
"Nathan Nichols <nnichols@ripple.com>",
15+
"Caleb Kniffen <ckniffen@ripple.com>",
16+
"Omar Khan <okhan@ripple.com>"
1517
]
1618
keywords = [
1719
"xrp",

0 commit comments

Comments
 (0)