From 10bd5cd1d9e64f004b3de4e8c2bb5755772e4a2e Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Fri, 24 May 2024 09:43:41 +0200 Subject: [PATCH] [Version] v1.2.22 --- CHANGELOG.md | 4 ++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632e335..a3a141e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [1.2.22] - 2024-05-10 +### Fixed +- Coinbase: handle UnexpectedDER error + ## [1.2.21] - 2024-05-10 ### Fixed - Coinbase: missing trading permission check diff --git a/README.md b/README.md index c8edc3a..49d0d60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# trading-backend [1.2.21](https://github.com/Drakkar-Software/trading-backend/tree/master/CHANGELOG.md) +# trading-backend [1.2.22](https://github.com/Drakkar-Software/trading-backend/tree/master/CHANGELOG.md) [![PyPI](https://img.shields.io/pypi/v/trading-backend.svg)](https://pypi.python.org/pypi/trading-backend/) [![Downloads](https://pepy.tech/badge/trading-backend/month)](https://pepy.tech/project/trading-backend) [![Github-Action-CI](https://github.com/Drakkar-Software/trading-backend/workflows/trading-backend-CI/badge.svg)](https://github.com/Drakkar-Software/trading-backend/actions) diff --git a/setup.py b/setup.py index b6803bc..6988767 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import find_packages from setuptools import setup -VERSION = "1.2.21" +VERSION = "1.2.22" PROJECT_NAME = "trading-backend" PACKAGES = find_packages(exclude=["tests"])