diff --git a/CLI.md b/CLI.md index 20ab7376a..ff3e28fbc 100644 --- a/CLI.md +++ b/CLI.md @@ -25,7 +25,7 @@ Currently supported arguments: * elasticsearch_url * kibana_url * cloud_id -* *_username (kibana and es) +* *_user (kibana and es) * *_password (kibana and es) * api_key diff --git a/pyproject.toml b/pyproject.toml index f0752cdd6..ae4642263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "0.4.15" +version = "0.4.16" description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"