diff --git a/CHANGES.md b/CHANGES.md index 5122a9b..8d192c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/lib/trailblazer/macro/version.rb b/lib/trailblazer/macro/version.rb index a24d439..5ab7056 100644 --- a/lib/trailblazer/macro/version.rb +++ b/lib/trailblazer/macro/version.rb @@ -1,7 +1,7 @@ module Trailblazer module Version module Macro - VERSION = "2.1.1" + VERSION = "2.1.2" end end end