Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Jan 16, 2018
1 parent 0d6ea78 commit fcde877
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion phplib/411bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fcde877

Please sign in to comment.