From 93f02a93e74432fce6c05db0792e62f8d447e5a0 Mon Sep 17 00:00:00 2001 From: Erwin Lejeune Date: Wed, 5 Oct 2022 15:41:11 +0200 Subject: [PATCH] fill up changelog --- docs/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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