diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0c5135..b57e86d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.18.2 - 2024-05-15 +- [reports] Fix query string filtering on alerts report: + https://github.com/jasonish/evebox/issues/310 +- [sqlite] Expose SQLite info and fts information over the REST API. + ## 0.18.1 - 2024-05-08 - [sqlite] Add CLI commands to "optimize" and "analyze" the sqlite diff --git a/Cargo.toml b/Cargo.toml index 80e1ea28..a99ccbe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "evebox" # Suffix with -dev when not a release. -version = "0.18.1" +version = "0.18.2" authors = ["Jason Ish "] edition = "2021" description = "A web based Suricata event manager"