From 8361114e2ebe3d7faeaf42e566f83c76d728d655 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 23 Sep 2021 02:21:28 +0200 Subject: [PATCH] Changelog for v0.14.1 (#334) (#340) --- .changelog.yml | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.changelog.yml b/.changelog.yml index 971f21fdc..97c3bfe89 100644 --- a/.changelog.yml +++ b/.changelog.yml @@ -52,4 +52,4 @@ groups: default: true # regex indicating which labels to skip for the changelog -skip-labels: skip-changelog +skip-labels: skip-changelog|backport diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1135d3a..756d47e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.14.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.14.1) - 2021-09-21 + +* SECURITY + * Migrate jwt token lib (#332) +* BUGFIXES + * Increase allowed length for user token in db (#328) + * Fix cli matrix filter (#311) + * Fix ignore pushes to tags for gitea (#289) + * Fix use custom config path to sanitize build names (#280) + ## [0.14.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.14.0) - 2021-08-01 * FEATURES