From e5bbdf458ad83e6670a4ebf3df63e17fed8b099f Mon Sep 17 00:00:00 2001 From: Greg Weisbrod Date: Fri, 2 Jul 2021 21:24:57 -0400 Subject: [PATCH] v1.1.1 (#268) --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c87b2801..3f20dfa95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ 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.1.1] - 2021-07-02 ### Fixed - Fixes an issue encoding some non-standard currency values +- Corrects installation instructions in documentation ## [1.1.0] - 2021-06-16 ### Added diff --git a/pyproject.toml b/pyproject.toml index 808c7cf18..2815e774c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xrpl-py" -version = "1.1.0" +version = "1.1.1" description = "A complete Python library for interacting with the XRP ledger" readme = "README.md" repository = "https://github.com/XRPLF/xrpl-py"