Skip to content

Commit

Permalink
0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Apr 9, 2021
1 parent 0dbcb12 commit 4c09a5c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## unreleased
## 0.13.1 - 2021-04-09

- Fix http request logging, and logging the remote IP address when behind a
reverse proxy: https://github.com/jasonish/evebox/issues/163
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "evebox"
# Suffix with -dev when not a release.
version = "0.13.1-dev"
version = "0.13.1"
authors = ["Jason Ish <[email protected]>"]
edition = "2018"
description = "A web based Suricata event manager"
Expand Down
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ case "$1" in
push
;;

push-release)
push_release
;;

all)
build_webapp
build_linux
Expand Down

0 comments on commit 4c09a5c

Please sign in to comment.