diff --git a/RELEASE.md b/RELEASE.md index c493fe1..3226028 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,18 @@ +# v1.4.1 # + +- Merged #136 for content matching in HTTP searches +- Delete associated alerts when a search is deleted +- Finish up custom timezone implementation + +## Bugfixes ## + +- Fix exact match queries +- Fix ES source link generation +- Set auth cookie in proxy-auth mode +- Escape content in Slack target +- Misc perf/UI fixes + + # v1.4.0 # - Per-user timezones diff --git a/phplib/411bootstrap.php b/phplib/411bootstrap.php index 83050a9..0a42c2c 100644 --- a/phplib/411bootstrap.php +++ b/phplib/411bootstrap.php @@ -20,7 +20,7 @@ date_default_timezone_set("UTC"); define('BASE_DIR', realpath(__DIR__ . '/..')); -define('VERSION', '1.4.0'); +define('VERSION', '1.4.1'); // Set up autoloader for our classes. spl_autoload_register(function($class) {