Skip to content

Commit

Permalink
releasing 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed May 29, 2020
1 parent baf4ad6 commit 4bd7d1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.2

* Fix to make macros available in all Linear::DSL strategies.
* Make `params` optional in `Model`.
* Support for adding `End.not_found` end in `Model`.

# 2.1.1

* Fix case when Macros generate same id due to small entropy
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.1"
VERSION = "2.1.2"
end
end
end

0 comments on commit 4bd7d1e

Please sign in to comment.