diff --git a/CHANGELOG.md b/CHANGELOG.md index c9aa8b7..bc1d009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.16.0 - 23 Jul 2024 +- Add physical operator NestedHashJoinValues (NHJV) +- Add physical operator NestedHashOptionalValues (NHOV) +- Use NHJV and NHOV for nested hash join and nested hash optional instead of their FILTER variants + # v0.15.6 - 08 May 2024 - Fix variables in response header for queries with aggregates with alias diff --git a/DeTrusty/__version__.py b/DeTrusty/__version__.py index 01bbf7f..8911e95 100644 --- a/DeTrusty/__version__.py +++ b/DeTrusty/__version__.py @@ -1 +1 @@ -__version__ = '0.15.6' +__version__ = '0.16.0'