Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 automation 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)

Expand Down
2 changes: 1 addition & 1 deletion lib/bas/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Bas
# Gem version
VERSION = "1.6.2"
VERSION = "1.7.0"
end
Loading