Skip to content

Commit

Permalink
version: 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed May 8, 2024
1 parent 184c1e3 commit 276f4c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log

## unreleased
## 0.18.1 - 2024-05-08

- [sqlite] Add CLI commands to "optimize" and "analyze" the sqlite
database. This can help use better indexes.
- [webapp] Add sensor filter inbox and alerts pages. Still might
require some work.
- [webapp] Fix weird infinite loop in login when authentication is
disable/enabled.
- [elastic] New utility command to set the field limit
- Many misc fixups

## 0.18.0 - 2024-02-14

Expand Down
3 changes: 2 additions & 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.18.1-dev"
version = "0.18.1"
authors = ["Jason Ish <[email protected]>"]
edition = "2021"
description = "A web based Suricata event manager"
Expand All @@ -10,6 +10,7 @@ homepage = "https://evebox.org"
repository = "https://github.com/jasonish/evebox"
documentation = "https://evebox.org"

# This is not a guarantee, just helps notify me when the MSRV changes.
rust-version = "1.75.0"

[profile.release]
Expand Down

0 comments on commit 276f4c5

Please sign in to comment.