Skip to content

Commit 56e949d

Browse files
authored
Update CHANGELOG and pyproject (#548)
1 parent 880c73c commit 56e949d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [[Unreleased]]
9+
10+
## [1.8.0] - 2023-04-10
911
### Added:
1012
- Created function alias to `safe_sign_transaction` called `sign` - safe originally used to indicate local offline signing (keys aren't exposed)
1113
- Created function alias to `safe_sign_and_autofill_transaction` called `autofill_and_sign` to reflect order of operations

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xrpl-py"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
description = "A complete Python library for interacting with the XRP ledger"
55
readme = "README.md"
66
repository = "https://github.com/XRPLF/xrpl-py"

0 commit comments

Comments
 (0)