From 158d9682f28f012524977f8c7dcedf92f052c3a9 Mon Sep 17 00:00:00 2001 From: izar Date: Thu, 17 Sep 2020 09:58:02 -0400 Subject: [PATCH] updating version number and changes --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6773f86..921fed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.0.0 +# 1.1.0 ## Breaking changes @@ -7,6 +7,10 @@ ## New features + +- Add dump of elements and findings to sqlite database using "--sqldump " (with result in ./sqldump/) [#103](https://github.com/izar/pytm/pull/103) +- Add Data element and DataLeak finding to support creation of a data dictionary separate from the model [#104](https://github.com/izar/pytm/pull/104) +- Add JSON input [#105](https://github.com/izar/pytm/pull/105) - Add JSON output [#102](https://github.com/izar/pytm/pull/102) - Use numbered dataflow labels in sequence diagram [#94](https://github.com/izar/pytm/pull/94) - Move authenticateDestination to base Element [#88](https://github.com/izar/pytm/pull/88)