From 4bd7d1e9e538a015bd612019d9c3adb837c57c3d Mon Sep 17 00:00:00 2001 From: Yogesh Khater Date: Fri, 29 May 2020 18:29:55 +0530 Subject: [PATCH] releasing 2.1.2 --- CHANGES.md | 6 ++++++ lib/trailblazer/macro/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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