diff --git a/CHANGELOG.md b/CHANGELOG.md index 100deb4..54933ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 1.14.0 +- Feature: Remove trailing new lines in Shell command assignments +- Feature: Possibility to change index on reload from file +- Fix: Return returncode for non-Bundlewrap remote action + # 1.13.0 - Python 3.8 is now required - Feature: Reload from file during runtime diff --git a/setup.py b/setup.py index 3ae9b68..e5851d3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='automatix', - version='1.13.0', + version='1.14.0', description='Automation wrapper for bash and python commands', keywords=['bash', 'shell', 'command', 'automation', 'process', 'wrapper', 'devops', 'system administration'], long_description=long_description,