Skip to content

Commit

Permalink
Merge pull request #33 from yogeshjain999/master
Browse files Browse the repository at this point in the history
releasing 2.1.4
  • Loading branch information
yogeshjain999 authored Dec 6, 2020
2 parents 50a6846 + ef955a4 commit b7b5756
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 b7b5756

Please sign in to comment.