Skip to content

Commit

Permalink
releasing 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Nov 9, 2021
1 parent 6d99752 commit 78183f3
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.7

* Improve `Nested()` warning message.
* Fix exception in `Rescue()` macro when it's handler is a `Module`.

# 2.1.6

* Allow connecting ends of the dynamically selected activity for `Nested()` using `:auto_wire`.
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.6"
VERSION = "2.1.7"
end
end
end

0 comments on commit 78183f3

Please sign in to comment.