Skip to content

Commit

Permalink
Release xrpl-py 2.5.0 (#667)
Browse files Browse the repository at this point in the history
* Update changelog for release of 2.5.0

* Fix CHANGELOG
  • Loading branch information
JST5000 authored Nov 30, 2023
1 parent b6ac04e commit 672099c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ 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]]

## [2.5.0] - 2023-11-30

### Added
- Support for the DID amendment (XLS-40).
- Support for `server_definitions` RPC

### Fixed
- Exported `get_nftoken_id` and `parse_nftoken_id` at the `xrpl.utils` level
- Fixed issue in `get_nftoken_id` where error is opaque when there are no `NFTokenPage`s

### Changed
- Removed sidechain-net1 Devnet faucet support as it has been decommissioned. Users should instead use the bridge between Devnet and sidechain-net2 for testing.
- Removed nft-devnet faucet support as is will soon be decommissioned
- Removed amm-devnet faucet support as is will soon be decommissioned

## [2.4.0] - 2023-09-27
### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xrpl-py"
version = "2.4.0"
version = "2.5.0"
description = "A complete Python library for interacting with the XRP ledger"
readme = "README.md"
repository = "https://github.com/XRPLF/xrpl-py"
Expand Down

0 comments on commit 672099c

Please sign in to comment.