diff --git a/CHANGELOG.md b/CHANGELOG.md index 0868f38..d589773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## [0.9.1](https://github.com/swimlane/atomic-operator/compare/0.9.0...v0.9.1) (2023-12-24) + + +### Bug Fixes + +* Adding pretty run output ([67bf78a](https://github.com/swimlane/atomic-operator/commit/67bf78a8a9d075783a953142549051cbd13cce29)) +* Removing old python setup files and updating ci ([efdad4e](https://github.com/swimlane/atomic-operator/commit/efdad4ef787b7f0178b7f310c2c1cbb53d3bd444)) +* removing setting in ci ([892079c](https://github.com/swimlane/atomic-operator/commit/892079c3b651f3567f2597cd2213ebc0514a80c2)) +* Updated docs ([22c76da](https://github.com/swimlane/atomic-operator/commit/22c76dab4075aebe8708f7dd57af689144bb1ffe)) +* Updatind dependencies ([256633b](https://github.com/swimlane/atomic-operator/commit/256633baba2a52ed8141562020aaf72162c16f06)) + ## [0.9.0](https://github.com/swimlane/atomic-operator/compare/0.8.5...0.9.0) (2023-03-06) diff --git a/atomic_operator/__init__.py b/atomic_operator/__init__.py index 4f06330..29857e7 100644 --- a/atomic_operator/__init__.py +++ b/atomic_operator/__init__.py @@ -4,7 +4,7 @@ __title__ = "atomic-operator" __description__ = "A python package to execute Atomic tests" __url__ = "https://github.com/swimlane/atomic-operator" -__version__ = "0.9.0" +__version__ = "0.9.1" __author__ = "Swimlane" __author_email__ = "info@swimlane.com" __maintainer__ = "MSAdministrator" diff --git a/pyproject.toml b/pyproject.toml index b035417..cf29353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atomic-operator" -version = "0.9.0" +version = "0.9.1" description = "A python package to execute security tests on remote and local hosts" authors = ["MSAdministrator "] maintainers = ["MSAdministrator "]