diff --git a/CHANGELOG.md b/CHANGELOG.md index e011f2a2..7098d02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ - Support for standalone boolean in conditions - Add basic auth to controller - Use token for websocket authentication -- skip-audit-events to disable sending audit events to server +- skip-audit-events to disable sending audit events to server +- restrict drools async connection to localhost + ### Changed - Generic print as well as printing of events use new banner style diff --git a/setup.cfg b/setup.cfg index 20250bf6..805f36f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = janus ansible-runner websockets - drools_jpy == 0.3.8 + drools_jpy == 0.3.9 watchdog psycopg[c] xxhash