diff --git a/CHANGELOG.md b/CHANGELOG.md index 382c485..c1af4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,2 @@ - INTERNAL - - add markdown linting to CI (markdownlint-cli) - - add spellchecking to CI (spellcheck-cli) - - add broken link check to CI (broken-link-checker) - - upgrade CI pipeline to use Hugo v0.74.3 + - publish to dockerhub and quay.io diff --git a/ansibledoctor/__init__.py b/ansibledoctor/__init__.py index 76df68a..1b27c51 100644 --- a/ansibledoctor/__init__.py +++ b/ansibledoctor/__init__.py @@ -2,7 +2,7 @@ __author__ = "Robert Kaussow" __project__ = "ansible-doctor" -__version__ = "0.1.5" +__version__ = "0.1.6" __license__ = "GPL-3.0" __maintainer__ = "Robert Kaussow" __email__ = "mail@geeklabor.de"