Skip to content

Commit

Permalink
releasing 0.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Jul 8, 2021
1 parent 03550db commit df32835
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.5

* Upgrade `trailblazer-activity` & `trailblazer-activity-dsl-linear` patch versions.

## 0.7.4

* Fix `Operation.call` being called twice before delegating to `call_with_circuit_interface`. This is done via a special `call_task` in the operation's taskWrap.
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.7.4"
VERSION = "0.7.5"
end
end
end

0 comments on commit df32835

Please sign in to comment.