From fc3a3d8fe65db59bba1828b79fc62fac3a7e606a Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Wed, 27 Sep 2023 11:54:00 -0400 Subject: [PATCH] release: v2.4 (#650) update CHANGELOG and pyproject --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6278398f..bbfad1ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [[Unreleased]] +## [2.4.0] - 2023-09-27 ### Added - Added new syntax for `SetFee` pseudo transaction sent after the [XRPFees](https://xrpl.org/known-amendments.html#xrpfees) amendment. (Backwards compatible) - Support for [XLS-38d (XChainBridge)](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-38d-XChainBridge) diff --git a/pyproject.toml b/pyproject.toml index 38a3df1c0..1d7a4714f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xrpl-py" -version = "2.3.0" +version = "2.4.0" description = "A complete Python library for interacting with the XRP ledger" readme = "README.md" repository = "https://github.com/XRPLF/xrpl-py"