Skip to content

Commit

Permalink
Update zq to v0.15.0 and prep v0.11.0 (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jun 12, 2020
1 parent 241fb98 commit ae00f1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.11.0
* Update zq to [v0.15.0](https://github.com/brimsec/zq/releases/tag/v0.15.0), which fixes [an issue with ZNG export](https://github.com/brimsec/brim/issues/814#issuecomment-636130351)
* Update Zeek to [v3.2.0-dev-brim3](https://github.com/brimsec/zeek/releases/tag/v3.2.0-dev-brim3), which adds [JA3](https://github.com/salesforce/ja3) and [HASSH](https://github.com/salesforce/hassh) support for pcaps imported into Brim (#861)
* Provide notification on Linux when a new Brim version is available for download (#870)

## v0.10.0
* Update zq to [v0.14.0](https://github.com/brimsec/zq/releases/tag/v0.14.0)
* Update Zeek to [v3.2.0-dev-brim2](https://github.com/brimsec/zeek/releases/tag/v3.2.0-dev-brim2), with the following platform specific changes:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Brim Desktop App",
"repository": "https://github.com/brimsec/brim",
"license": "BSD-3-Clause",
"version": "0.10.0",
"version": "0.11.0",
"main": "dist/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -153,7 +153,7 @@
"source-map-support": "^0.5.16",
"styled-components": "^5.1.0",
"valid-url": "^1.0.9",
"zq": "git+https://github.com/brimsec/zq.git#ea81bd973b8520c2fc44da742b64817ae8b387e1"
"zq": "git+https://github.com/brimsec/zq.git#v0.15.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit ae00f1f

Please sign in to comment.