Skip to content

Commit

Permalink
Release 2.6.0- update pyproject and CHANGELOG (#712)
Browse files Browse the repository at this point in the history
update pyproject and CHANGELOG

Co-authored-by: Omar Khan <[email protected]>
  • Loading branch information
anissa-ripple and khancode authored Jun 3, 2024
1 parent 9c09eef commit bb65d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +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]]
- Included `ctid` field in the `tx` request.

## [2.6.0] - 2024-06-03

### Added
- Support for the Price Oracles amendment (XLS-47).
- Included `ctid` field in the `tx` request.

### Fixed
- Added support for `XChainModifyBridge` flag maps (fixing an issue with `NFTokenCreateOffer` flag names)
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.5.0"
version = "2.6.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 bb65d89

Please sign in to comment.