diff --git a/CHANGELOG.md b/CHANGELOG.md index e62e928..0f80fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 1.7.1 (11.02.2025) +- [Fix absolute_path in order to execute the scripts](https://github.com/kommitters/bas/pull/133) + # 1.7.0 (10.02.2025) - [Add orchestrator logic into the gem](https://github.com/kommitters/bas/issues/130) - [Improve and update test suite](https://github.com/kommitters/bas/issues/129) diff --git a/lib/bas/version.rb b/lib/bas/version.rb index e80586f..a85c9c2 100644 --- a/lib/bas/version.rb +++ b/lib/bas/version.rb @@ -2,5 +2,5 @@ module Bas # Gem version - VERSION = "1.7.0" + VERSION = "1.7.1" end