From ff8e66af073b299929afce57ce76007717aca91c Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Wed, 14 Jul 2021 09:26:27 -0400 Subject: [PATCH] bump version (#587) --- docs/changelog.md | 3 +++ main.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 72e3bc28..acaea804 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,9 @@ --- sidebarDepth: 0 --- +## 4.0.5 +* Bugfix for repeated objects on the dashboard + ## 4.0.4 * Bugfix for validating webhook and non-pod checks diff --git a/main.go b/main.go index 7b0b9131..6da46a2b 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ import ( const ( // Version represents the current release version of Polaris - Version = "4.0.4" + Version = "4.0.5" ) func main() {