From fe721f870c3380ebecfc8549f8e92930f2f2fd70 Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Mon, 7 Sep 2020 09:30:43 +0200 Subject: [PATCH] add to changelog Signed-off-by: Zbynek Roubalik --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c49ecf75e18..d1a16357002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ - Improve `kubectl get triggerauthentication` to show information about configured parameters ([#778](https://github.com/kedacore/keda/issues/778)) - Added ScaledObject Status Conditions to display status of scaling ([#750](https://github.com/kedacore/keda/pull/750)) - Added optional authentication parameters for the Redis Scaler ([#962](https://github.com/kedacore/keda/pull/962)) +- Improved GCP PubSub Scaler performance by closing the client correctly ([#1087](https://github.com/kedacore/keda/pull/1087)) ### Breaking Changes