From f117836cac0d182019f5be8ec10e9ea1b5a9adf9 Mon Sep 17 00:00:00 2001 From: Yogesh Khater Date: Fri, 17 Jul 2020 21:32:57 +0530 Subject: [PATCH] releasing 2.1.3 --- CHANGES.md | 4 ++++ lib/trailblazer/macro/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8d192c7..bca9b07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 2.1.3 + +* Rename Model()'s `not_found_end` kwarg to `not_found_terminus` for consistency. + # 2.1.2 * Fix to make macros available in all Linear::DSL strategies. diff --git a/lib/trailblazer/macro/version.rb b/lib/trailblazer/macro/version.rb index 5ab7056..2227e68 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.2" + VERSION = "2.1.3" end end end