From 7740a60a88ebccbd3fca336374b05a4de332eceb Mon Sep 17 00:00:00 2001 From: abhiabhi94 <13880786+abhiabhi94@users.noreply.github.com> Date: Tue, 17 Nov 2020 17:23:35 +0530 Subject: [PATCH] Update docs for release of v1.0.0 --- VERSION | 2 +- docs/changelog.rst | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8308b63..0ec25f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.1 +v1.0.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index 59612d0..4b98541 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.0.0 +----- + +- Fix API response. +- Change parameter name to set amount of reports/flags to ``FLAG_ALLOWED``. + 0.1.1 -----