diff --git a/build.go b/build.go index 975e79487a..a9cdd7978d 100644 --- a/build.go +++ b/build.go @@ -21,7 +21,7 @@ import ( ) var ( - VERSION = "v0.12.0" + VERSION = "v0.12.1" GOPATH = os.Getenv("GOPATH") GIT_COMMIT = gitCommit() BUILD_TIME = time.Now().UTC().Format(time.RFC3339) diff --git a/changelogs/CHANGELOG-0.12.md b/changelogs/CHANGELOG-0.12.md index 3fdcb312fc..e2f3f56099 100644 --- a/changelogs/CHANGELOG-0.12.md +++ b/changelogs/CHANGELOG-0.12.md @@ -1,3 +1,13 @@ +## v0.12.1 +#### 2020-04-22 + +### Download + - https://github.com/vmware/octant/releases/tag/v0.12.1 + +### Bug Fixes + * Fixed initial active tab to use first tab if url fragment is missing (#868, @GuessWhoSamFoo) + * Fixed breadcrumbs for non-CRD types (#869, @mklanjsek) + ## v0.12.0 #### 2020-04-22 diff --git a/changelogs/unreleased/868-GuessWhoSamFoo b/changelogs/unreleased/868-GuessWhoSamFoo deleted file mode 100644 index 3c1d2518b1..0000000000 --- a/changelogs/unreleased/868-GuessWhoSamFoo +++ /dev/null @@ -1,2 +0,0 @@ -Fixed initial active tab to use first tab if url fragment is missing -