diff --git a/CHANGELOG.md b/CHANGELOG.md index 21aaf5a..9581906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# 1.16.1 +- Fixup for previous release + +# 1.16.0 +- Feature: add environment variable `RUNNING_INSIDE_AUTOMATIX=1` +- Fix: Manual steps always failing + # 1.15.0 - Feature: Option to invert conditions - Feature: Catch script syntax/parsing errors and offer file reload diff --git a/setup.py b/setup.py index ba7d3c0..00d81d9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='automatix', - version='1.15.0', + version='1.16.1', description='Automation wrapper for bash and python commands', keywords=['bash', 'shell', 'command', 'automation', 'process', 'wrapper', 'devops', 'system administration'], long_description=long_description,