Skip to content

Commit e315f6b

Browse files
committed
Version bump - 0.7.8
1 parent 1c63d26 commit e315f6b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.7.8
4+
* Enhancements
5+
* Add `--threshold` flag
6+
* Add module names to finding output
7+
8+
* Deprecations
9+
* File/Path check has been deprecated
10+
11+
* Bug Fixes
12+
* Fix inaccurate CSRF details
13+
314
## v0.7.7
415
* Enhancements
516
* Add check for insecure websocket settings

mix.exs

+1-1
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.7",
7+
version: "0.7.8",
88
elixir: "~> 1.4",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)