diff --git a/CHANGELOG.md b/CHANGELOG.md index 27da641..c386831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Based on the suggestion at https://keepachangelog.com/en/1.0.0/. ## [Unreleased] - Upgraded NPM packages with `npm upgrade`. +- Improved display of version string in the top navigation panel + and turned it into a link to the tag in Github. ## [0.2.0] - 2020-05-19 - Added support for gzipping the ontology before upload to the reasoner. diff --git a/src/components/TopNavigationBar.vue b/src/components/TopNavigationBar.vue index b8eb39f..c298595 100644 --- a/src/components/TopNavigationBar.vue +++ b/src/components/TopNavigationBar.vue @@ -2,12 +2,8 @@