diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d08072e..ac875cdb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Builds: - linux - application for linux - win - application for Windows +## 6.8.1 +- FIXED: Won't navigate to the relevant field on click of a field in columns #1303 + ## 6.8.0 - ADDED: Form cell view for detailed data inspection and editing in data grids, with multi-row bulk editing support - CHANGED: Cell data sidebar moved to right side, now is part of data grid diff --git a/package.json b/package.json index ee6a5b97b..63caa91e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "6.8.0", + "version": "6.8.1", "name": "dbgate-all", "workspaces": [ "packages/*",