From 672099c96792fb6cb8f6b69b11eff03c5b3ad1dd Mon Sep 17 00:00:00 2001 From: Jackson Mills Date: Thu, 30 Nov 2023 14:05:43 -0800 Subject: [PATCH] Release xrpl-py 2.5.0 (#667) * Update changelog for release of 2.5.0 * Fix CHANGELOG --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acfc91b4b..fad414245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,12 @@ 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 @@ -15,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 diff --git a/pyproject.toml b/pyproject.toml index c346e9b51..b2560ff66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"