Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Apr 8, 2017
1 parent 84c8118 commit 0a189f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.3.0 #

- Support for ES5.0
- Merged in support for running 411 behind an auth proxy #95 #79
- Filter/Target errors are no longer considered a failure (Search jobs will not be rescheduled as a result)
- Render long alerts vertically in emails
- Update dependencies

## Bugfixes ##

- Fixed changelog modal not appearing
- Fixed undefined `setPassword` call in `create_user` script.


# v1.2.0 #

- Added Search execution options on the configuration page
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.2.0');
define('VERSION', '1.3.0');

// Set up autoloader for our classes.
spl_autoload_register(function($class) {
Expand Down

0 comments on commit 0a189f5

Please sign in to comment.