Skip to content

Commit

Permalink
releasing 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Jan 27, 2021
1 parent bc775b3 commit 952d8da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.6

* Rename `Operation.flow_options` to `Operation.flow_options_for_public_call`.
* Operations can also accept `flow_options` at run-time now :beers:, giving them precedence over `Operation.flow_options_for_public_call`.

## 0.6.5

* Upgrade `trailblazer-activity` & `trailblazer-activity-dsl-linear` versions to utilise new `trailblazer-context` :drum:
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/operation/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Trailblazer
module Version
module Operation
VERSION = "0.6.5"
VERSION = "0.6.6"
end
end
end

0 comments on commit 952d8da

Please sign in to comment.