From 903f2a7ec979275dbc8e5b7153b5993d928e8572 Mon Sep 17 00:00:00 2001 From: Guy Lichtman <1395797+glicht@users.noreply.github.com> Date: Wed, 7 Oct 2020 21:07:54 +0300 Subject: [PATCH] bump changelog to 2.0.17 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee897b..97652a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [1]: https://pypi.org/project/demisto-py/#history -## 2.0.15 +## 2.0.17 * Support `import_layout` to upload the new layout version(layoutscontainer). * Fixed `import_layout` when uploading an old layout version. * Removed testing with Python 3.6 and added testing with Python 3.8.