diff --git a/docs/changelog.md b/docs/changelog.md index 10d0190..c3414c0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,15 @@ 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.0.1] - 05-10-2022 +### Added +- Example for placing order +- More Unit Tests +### Changed +- POST Requests are functional +- Sleep in test to avoid blowing up the rate limit +- Improve error management and exceptions + ## [1.0.0] - 03-10-2022 ### Added - This CHANGELOG file to hopefully serve as an evolving example of a diff --git a/nexo/__init__.py b/nexo/__init__.py index e470da2..d252e44 100644 --- a/nexo/__init__.py +++ b/nexo/__init__.py @@ -2,7 +2,7 @@ .. moduleauthor:: Erwin Lejeune """ -__version__ = '1.0.0' +__version__ = '1.0.1' from nexo.client import Client from nexo.response_serializers import (