diff --git a/CHANGELOG.md b/CHANGELOG.md index fca3f3c..a6ff456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 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) +- [Cleanup gem dependencies](https://github.com/kommitters/bas/pull/126) +- [Update bas in terms of business autimation suite](http://github.com/kommitters/bas/pull/125) + # 1.6.2 (12.12.2024) - [Bots with default shared storage reader are not saving data](https://github.com/kommitters/bas/issues/122) diff --git a/lib/bas/version.rb b/lib/bas/version.rb index 536d074..e80586f 100644 --- a/lib/bas/version.rb +++ b/lib/bas/version.rb @@ -2,5 +2,5 @@ module Bas # Gem version - VERSION = "1.6.2" + VERSION = "1.7.0" end