From 8978bd4a14b2b62084d9a62b68f5bb62e618fa92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Fri, 14 Dec 2018 17:07:32 +0100 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2063ce..b9884e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## 0.0.1 (2018-11-29) +## [0.0.2](https://gitlab.com/openstapps/api/compare/v0.0.1...v0.0.2) (2018-12-14) + + +### Bug Fixes + +* add type and batchSize to required parameters ([8541b00](https://gitlab.com/openstapps/api/commit/8541b00)), closes [#1](https://gitlab.com/openstapps/api/issues/1) +* remove trailing slash from url if needed ([eb7c334](https://gitlab.com/openstapps/api/commit/eb7c334)) + + + +## [0.0.1](https://gitlab.com/openstapps/api/compare/4839f94...v0.0.1) (2018-11-29) ### Features