From 1e143aa49b37ccf2760f94ac6e50a74e7c018acf Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 1 Feb 2022 20:17:48 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5989359e1..83df4164d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the consistent use of `symbol` in combination with `dataSource` - Removed the primary data source from the client +### Removed + +- Removed the unused endpoint `GET api/order/:id` + ## 1.108.0 - 27.01.2022 ### Changed