diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee2a1e3a..2dcbe1025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,15 @@ and this project adheres to - `Security` in case of vulnerabilities. +## 1.2.0 - 2026.02.25 +### Added +- table details drawer [#517](https://github.com/questdb/ui/pull/517) +- import/export tabs [#533](https://github.com/questdb/ui/pull/533) + +### Fixed +- increase highlight contrast for comments [#537](https://github.com/questdb/ui/pull/537) + + ## 1.1.13 - 2026.01.27 ### Added - ai assistant improvements [#529](https://github.com/questdb/ui/pull/529) diff --git a/e2e/questdb b/e2e/questdb index a77a48cff..8ab362f2d 160000 --- a/e2e/questdb +++ b/e2e/questdb @@ -1 +1 @@ -Subproject commit a77a48cff06f672858d9f8c4e211cad53b0c3911 +Subproject commit 8ab362f2d269f699bdd855870144468aa6e7e5d2 diff --git a/package.json b/package.json index 9784371f1..778044fb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/web-console", - "version": "1.1.13", + "version": "1.2.0", "packageManager": "yarn@4.1.1", "license": "Apache-2.0", "description": "QuestDB Web Console",