From 56e949daac8e65162f1462f8d391b86b70ad991c Mon Sep 17 00:00:00 2001 From: Jackson Mills Date: Mon, 10 Apr 2023 14:18:37 -0700 Subject: [PATCH] Update CHANGELOG and pyproject (#548) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0dc23b1..0da986b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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]] + +## [1.8.0] - 2023-04-10 ### Added: - Created function alias to `safe_sign_transaction` called `sign` - safe originally used to indicate local offline signing (keys aren't exposed) - Created function alias to `safe_sign_and_autofill_transaction` called `autofill_and_sign` to reflect order of operations diff --git a/pyproject.toml b/pyproject.toml index ca3296886..a9dbb76f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xrpl-py" -version = "1.7.0" +version = "1.8.0" description = "A complete Python library for interacting with the XRP ledger" readme = "README.md" repository = "https://github.com/XRPLF/xrpl-py"