diff --git a/CHANGES.md b/CHANGES.md index 5eb60745..775de077 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +# 0.2.7 + +* `Did you mean ?` suggestions on Linear::Sequence::IndexError. +* Introduce `Linear::Helper` module for strategy extensions in third-party gems. +* Convenient way to patch Subprocess itself using `patch` option. +* Allow multiple `Path()` macro per step. +* Small fix for defining instance methods as steps using circuit interface. + # 0.2.6 * Added `@fields` to `Linear::State` to save arbitrary data on the activity/strategy level. diff --git a/lib/trailblazer/activity/dsl/linear/version.rb b/lib/trailblazer/activity/dsl/linear/version.rb index de29c520..e4beef7c 100644 --- a/lib/trailblazer/activity/dsl/linear/version.rb +++ b/lib/trailblazer/activity/dsl/linear/version.rb @@ -3,7 +3,7 @@ module Version module Activity module DSL module Linear - VERSION = "0.2.6" + VERSION = "0.2.7" end end end