From 7260f3e487ecd8b5c2da52cc32d4b532001d1f9f Mon Sep 17 00:00:00 2001 From: Michael Borkenstein Date: Mon, 13 Jul 2020 09:57:36 -0500 Subject: [PATCH] Release 2020.7.2 --- RELEASE_NOTES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index eaa70bb3..bdbb28bb 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,14 @@ +2020.7.2 +- 2020-07-02 AUTH-2644: Change install location and add man page +- 2020-07-02 TUN-3131: Allow user to specify tunnel credentials path, and remove it in tunnel delete command +- 2020-07-03 TUN-3008: Implement cloudflared tunnel cleanup command +- 2020-07-02 TUN-3150: cloudflared tunnel list's table should use intelligent column width +- 2020-07-07 TUN-3169: Move on to the next address when edge returns duplicate connection. There's no point in trying to connect to the same address since it will be hashed to the same metal. Improve logging of errors from serve tunnel loop, hide useless context cancelled error. +- 2020-07-08 beautify package meta information generated by fpm (#218) +- 2020-07-06 AUTH-2871: fix rpm builds +- 2020-07-08 AUTH-2858: Set file to disable autoupdate +- 2020-07-09 AUTH-2872: Adds centos-6 build + 2020.7.1 - 2020-07-02 DEVTOOLS-7321: Push GitHub homebrew updates to master - 2020-07-06 TUN-3161: Upgrade golang.org/x/ deps