From 35e8515d8af4d757f39f50cda7e17a9de131ffbf Mon Sep 17 00:00:00 2001 From: Tomasz Maczukin <tomasz@maczukin.pl> Date: Wed, 22 Aug 2018 04:18:25 +0200 Subject: [PATCH] Update CHANGELOG for v11.2.0 --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b90eb97..ad8c13250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,4 @@ -v 11.2.0-rc2 (2018-08-09) -- Fix logrus secrets cleanup !990 -- Fix test failure detection !993 - -v 11.2.0-rc1 (2018-08-09) +v 11.2.0 (2018-08-22) - Fix support for Unicode variable values when Windows+PowerShell are used !960 - Update docs/executors/kubernetes.md !957 - Fix missing code_quality widget !972 @@ -16,6 +12,8 @@ v 11.2.0-rc1 (2018-08-09) - Add /etc/nsswitch.conf to helper on docker executor to read /etc/hosts when upload artifacts !951 - Add busybox shell !900 - Fix support for features for shells !989 +- Fix logrus secrets cleanup !990 +- Fix test failure detection !993 v 11.1.0 (2018-07-22) - Fix support for Unicode variable values when Windows+PowerShell are used !960 -- GitLab