From 7dd709c8235d7c097427272b067d0f0017990f62 Mon Sep 17 00:00:00 2001 From: coltoneshaw Date: Sun, 13 Jun 2021 22:05:47 -0400 Subject: [PATCH] Added changelog --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f339958..1e7d699 100644 --- a/README.md +++ b/README.md @@ -287,3 +287,13 @@ A failed `GET` looped call will contain an error message detailing the issue. Us 'error' : 'error message here' } ``` + +# Changelog + +## v0.0.2 +- Added `DELETE` / `PATCH` as supported calls +- Improved error handling +- BUG: limit was not a recognized value for a `GET` loop. + +## v0.0.1 +- Inital Release \ No newline at end of file