Skip to content

Commit

Permalink
Update zq to v0.16.0 and prep v0.12.0 (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jun 26, 2020
1 parent be52684 commit 24995d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.12.0
* Update zq to [v0.16.0](https://github.com/brimsec/zq/releases/tag/v0.16.0)

## 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)
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.11.0",
"version": "0.12.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#c67c46d4fc14516b4ae263442fc830f08317b4d6"
"zq": "git+https://github.com/brimsec/zq.git#v0.16.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit 24995d0

Please sign in to comment.