diff --git a/docs/changelog.md b/docs/changelog.md index 72e3bc28b..acaea804a 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 7b0b9131d..6da46a2bb 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() {