Skip to content

Commit 1193ac7

Browse files
committed
Version bump - 0.8.0
1 parent edcc92f commit 1193ac7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.8.0
4+
* Enhancements
5+
* Improve output consistency
6+
* All JSON findings contain `type`, `file`, and `line` keys
7+
* "Line" output now refers directly to the vulnerable line
8+
* Default output headers have been normalized
9+
10+
**Note:** If you depend on the structure of the output, this
11+
may be a breaking change. More information can be found at
12+
[https://sobelow.io](https://sobelow.io).
13+
314
## v0.7.8
415
* Enhancements
516
* Add `--threshold` flag

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Sobelow.Mixfile do
44
def project do
55
[
66
app: :sobelow,
7-
version: "0.7.8",
7+
version: "0.8.0",
88
elixir: "~> 1.4",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)