diff --git a/CHANGELOG.md b/CHANGELOG.md index d4301d9980..61868198e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.28.0 + +* Update Zed to [v0.33.0](https://github.com/brimdata/zed/releases/tag/v0.33.0) +* Update Auth0 authentication (#1956) +* Add Query Library folder export (#1958) +* Rename "workspace" to "lake" (#1957) +* Fix an issue where array values sometimes overlapped in the search results (#1953) +* Add file drag and drop to the Pools section (creates a new pool and imports data) and the Query Library (imports queries) (#1938) +* Fix some issues with read-only folder drag and drop in the Query Library (#1936) + ## v0.27.0 * Update Zed to [v0.32.0](https://github.com/brimdata/zed/releases/tag/v0.32.0) diff --git a/package-lock.json b/package-lock.json index 99a399dab6..bbe032ddf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Brim", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -26223,8 +26223,8 @@ } }, "zed": { - "version": "git+https://github.com/brimdata/zed.git#84ca7541eb621704e9603dc98469b41d2f38faef", - "from": "git+https://github.com/brimdata/zed.git#84ca7541eb621704e9603dc98469b41d2f38faef" + "version": "git+https://github.com/brimdata/zed.git#9aa2ba94496b7809c0a25e8bf55284aa65d98ca3", + "from": "git+https://github.com/brimdata/zed.git#v0.33.0" }, "zip-stream": { "version": "4.0.2", diff --git a/package.json b/package.json index 20a9166521..44ad95eceb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Brim Desktop App", "repository": "https://github.com/brimdata/brim", "license": "BSD-3-Clause", - "version": "0.27.0", + "version": "0.28.0", "main": "dist/src/js/electron/main.js", "author": "Brim Security, Inc.", "scripts": { @@ -163,7 +163,7 @@ "tree-model": "^1.0.7", "use-resize-observer": "^8.0.0", "valid-url": "^1.0.9", - "zed": "git+https://github.com/brimdata/zed.git#84ca7541eb621704e9603dc98469b41d2f38faef" + "zed": "git+https://github.com/brimdata/zed.git#v0.33.0" }, "optionalDependencies": { "electron-installer-debian": "^3.0.0",