diff --git a/CHANGELOG.md b/CHANGELOG.md index 901f1a2712..836817b3f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,9 +35,10 @@ questions. * Fix an issue where "Restart Required" notifications in the **Preferences** screen were not fully visible (#1368) * Fix an issue where results in the "MD5 correlation" visualization were not being updated after event tiles were clicked (#1369) * Disable the creation of macOS filesystem tags during **Export** operations (#1370) -* Fix an issue on Linux where Query Library entries were being lost when exiting Brim (#1366) +* Fix issues where Query Library entries were being lost when exiting/relaunching Brim (#1366, #1387) * Add a right-click option to **Copy** field contents into the paste buffer (#1367, #1381) * A "Connection" (such as to a [remote `zqd`](https://github.com/brimsec/brim/wiki/Remote-zqd)) is now known as a "Workspace" (#1372) +* Revise the [Troubleshooting doc](https://github.com/brimsec/brim/wiki/Troubleshooting) with more detail regarding failues to open flows from pcaps (#1380) ## v0.22.0 * Add a customizable "Query Library" panel of clickable Z queries for working with Zeek and Suricata logs (#1272) diff --git a/package-lock.json b/package-lock.json index 1fe9506493..d01416a0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24162,8 +24162,8 @@ } }, "zq": { - "version": "git+https://github.com/brimsec/zq.git#045c87a95d2f9034b0e35df94a3eaa5d7bda2c62", - "from": "git+https://github.com/brimsec/zq.git#045c87a95d2f9034b0e35df94a3eaa5d7bda2c62" + "version": "git+https://github.com/brimsec/zq.git#10b0e2c0672413f0b788489809b19e762d1cb963", + "from": "git+https://github.com/brimsec/zq.git#v0.28.0" } } } diff --git a/package.json b/package.json index 5836dfc4cd..5c04189815 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "styled-components": "^5.1.1", "tree-model": "^1.0.7", "valid-url": "^1.0.9", - "zq": "git+https://github.com/brimsec/zq.git#045c87a95d2f9034b0e35df94a3eaa5d7bda2c62" + "zq": "git+https://github.com/brimsec/zq.git#v0.28.0" }, "optionalDependencies": { "electron-installer-debian": "^3.0.0",