From 724ab79d22062c6bbb19015a787f02382592d599 Mon Sep 17 00:00:00 2001 From: Owen Mehegan Date: Sat, 26 May 2018 13:15:04 -0400 Subject: [PATCH] Changelog for 1.5.6 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c189005..6cc7418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ChangeLog +1.5.6 +===================== +* #691: Fix project ID regex to not require '.git' in URLs +* #693: Allow sending 'pending' status when Pipeline jobs are in queue +* #693: Allow canceling of running MR builds when new commits are pushed to the MR +* #759: Fix NPE when saving job config in some cases +* #767: Fix NPE when GitLab pipeline event is received + 1.5.5 ===================== * #698: Make plugin respect no-proxy-hosts when a proxy is used