Skip to content

Commit

Permalink
Changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Aug 3, 2023
1 parent ffa596f commit aa75ba3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 8.22.0
*2023-08-03*

* Adds a special field handler for Elasticsearch data that supports a coalesce function, returning
the value of the first field that has a non-empty value, selected from a list of provided fields.

# Version 8.21.0
*2023-06-28*

Expand Down
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
*
* @var string
*/
$config['version'] = '8.21.9';
$config['version'] = '8.22.0';

/**
* Version release date.
*
* @var string
*/
$config['release_date'] = '2023-08-01';
$config['release_date'] = '2023-08-03';

/**
* Link to the code repository downloads page.
Expand Down

0 comments on commit aa75ba3

Please sign in to comment.