diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b27858..83a332e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # x.x.x (next release) +# 1.2.1 +* Update date on dashboard footer + # 1.2.0 * Add ability to audit a single workload * Enable `pullPolicyAlways` by default diff --git a/main.go b/main.go index 4aa8d299..315c9832 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ import ( const ( // Version represents the current release version of Polaris - Version = "1.2.0" + Version = "1.2.1" ) func main() { diff --git a/pkg/dashboard/templates/footer.gohtml b/pkg/dashboard/templates/footer.gohtml index fb3fccf2..dcad0db7 100644 --- a/pkg/dashboard/templates/footer.gohtml +++ b/pkg/dashboard/templates/footer.gohtml @@ -1,5 +1,5 @@ {{define "footer"}} {{end}}