diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b4ef5..fc655a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.2.0] - 05-07-2021 +### Changed +- architecture change #203 +- new package +### Added +- better output +- color output +- list output ## [1.1.1] - 19-12-2020 ### Changed - docker img diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 8e36992..fc655a3 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. - +## [1.2.0] - 05-07-2021 +### Changed +- architecture change #203 +- new package +### Added +- better output +- color output +- list output ## [1.1.1] - 19-12-2020 ### Changed - docker img diff --git a/rawsec_cli/__init__.py b/rawsec_cli/__init__.py index cc349a4..4f3c161 100644 --- a/rawsec_cli/__init__.py +++ b/rawsec_cli/__init__.py @@ -1,3 +1,3 @@ # autogenerated -__version__ = "1.1.1" -__commit__ = "b016911fc24a3502b546f6001e59f94aa1bda62b" +__version__ = "1.2.0" +__commit__ = "de3db68387837cf0d0c93d94f214f9fd77eb5eb8"