Skip to content

Commit

Permalink
releasing 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Nov 30, 2020
1 parent 50a6846 commit ef955a4
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 @@
# 2.1.4

* Upgrade DSL version to fix step's circuit interface eating passed arguments
* Upgrade OP version to remove OP::Container reference in tests

# 2.1.3

* Rename Model()'s `not_found_end` kwarg to `not_found_terminus` for consistency.
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/macro/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Trailblazer
module Version
module Macro
VERSION = "2.1.3"
VERSION = "2.1.4"
end
end
end

0 comments on commit ef955a4

Please sign in to comment.