diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d686c0..39cfd4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,2 @@ -* BUGFIX - * remove only first hashtag from a multiline comment - * add better handling of meta dependencies in templates +* INTERNAL + * maintenance and refactoring release, no changes diff --git a/ansibledoctor/__init__.py b/ansibledoctor/__init__.py index 0d0cd24..76df68a 100644 --- a/ansibledoctor/__init__.py +++ b/ansibledoctor/__init__.py @@ -2,7 +2,7 @@ __author__ = "Robert Kaussow" __project__ = "ansible-doctor" -__version__ = "0.1.4" +__version__ = "0.1.5" __license__ = "GPL-3.0" __maintainer__ = "Robert Kaussow" __email__ = "mail@geeklabor.de"