Skip to content

Commit

Permalink
Update changelog and history (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
JST5000 committed Apr 25, 2022
1 parent 6b942b9 commit 811afa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[Unreleased]]

## [1.5.0] - 2022-04-25
### Added
- Support setting flags with booleans. For each transaction type supporting flags there is a `FlagInterface` to set the flags with booleans.
- `federator_info` RPC support
- Helper method for creating a cross-chain payment to/from a sidechain
- Helper method for parsing an NFTokenID

### Fixed
- Updated NFT names to match new 1.9.0 rippled names
- `xrpl.asyncio.clients` exports (now includes `request_to_websocket`, `websocket_to_response`)
- Adds optional `owner` field to NFTokenBurn
- Allows lower-case currency codes
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xrpl-py"
version = "1.4.0"
version = "1.5.0"
description = "A complete Python library for interacting with the XRP ledger"
readme = "README.md"
repository = "https://github.com/XRPLF/xrpl-py"
Expand All @@ -11,7 +11,9 @@ authors = [
"Ted Kalaw <tkalaw@ripple.com>",
"Florent Uzio <fuzio@ripple.com>",
"Mayur Bhandary <mbhandary@ripple.com>",
"Nathan Nichols <nnichols@ripple.com>"
"Nathan Nichols <nnichols@ripple.com>",
"Caleb Kniffen <ckniffen@ripple.com>",
"Omar Khan <okhan@ripple.com>"
]
keywords = [
"xrp",
Expand Down

0 comments on commit 811afa8

Please sign in to comment.