From 94c78387f7364a6d54fad4bfc3ee8ba7ff960b19 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Wed, 28 Sep 2016 17:16:37 +0200 Subject: [PATCH] 0.4.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adbcdb4..7996820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.1 + +* Fixed a bug that caused the deployment to not fail although a webhook marked + as critical did not actually succeed, see #20. + # 0.4.0 * Webhooks can now be defined as **critical** so that when they fail the diff --git a/package.json b/package.json index 72b79bd..fea8e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-webhooks", - "version": "0.4.0", + "version": "0.4.1", "description": "Ember CLI Deploy plugin for calling webhooks during deployments", "directories": { "doc": "doc",