From b0c6d3c6f49155c39abe2bd58050413b7e594c61 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 24 Oct 2017 11:23:04 -0400 Subject: [PATCH] CHANGELOG for v2.6.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7e105b9..c25c05df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### v2.6.1 + +- Added: Optimized overhead for direct downloads from Swift storage (#2889) +- Fixed: Immediately expire image builds that fail to start (#2887) +- Fixed: Failure to list all GitHub Enterprise namespaces (#2894) +- Fixed: Incorrect links to builds in notifications (#2895) +- Fixed: Failure to delete certain app repositories (#2893) +- Fixed: Inability to display Tag Signing status (#2890) +- Fixed: Broken health check for OIDC authentication (#2888) + ### v2.6.0 - Added: Ability to use OIDC token for CLI login (#2695)