From 33147ecd886ad6676d1b2f0e6c5a9256acd98ce4 Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Mon, 25 Mar 2019 20:44:30 +0100 Subject: [PATCH] Add breaking change note --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275ce38ed..f2ac58720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.2 +## 1.2.1 - Fix: Update executor support error log instead of fail only (@tengattack) - Feature: Return next execution field in API and dashboard. @@ -6,6 +6,8 @@ - Feature: Add backend consul token - Improvement: Main graph showing running jobs +**NOTE: Breaking change, executors plugins interface signature changed, should be recompiled and adapted.** + ## 1.1.1 - Add RPC leave command