diff --git a/docs/docusaurus/docs/changelog.md b/docs/docusaurus/docs/changelog.md index 21d351d4b3c2..d2d1d9002fd8 100644 --- a/docs/docusaurus/docs/changelog.md +++ b/docs/docusaurus/docs/changelog.md @@ -10,6 +10,11 @@ title: Changelog - Deprecation warnings are accompanied by a moniker (as a code comment) indicating when they were deprecated. For example: `# deprecated-v0.13` - Changes to methods and parameters due to deprecation are also noted in the relevant docstrings. +### 0.18.7 +* [BUGFIX] 0.18.x - Apply `QueryAsset` splitting fix ([#9160](https://github.com/great-expectations/great_expectations/pull/9160)) +* [CONTRIB] ExpectColumnValuesToBePresentInOtherTable - Referential Integrity (0.18 branch) ([#9145](https://github.com/great-expectations/great_expectations/pull/9145)) +* [CONTRIB] ExpectColumnValuesToBePresentInOtherTable - Wording update ([#9151](https://github.com/great-expectations/great_expectations/pull/9151)) + ### 0.18.6 * [BUGFIX] 0.18.x: Microsoft Fabric Semantic Link API update ([#9102](https://github.com/great-expectations/great_expectations/pull/9102)) * [BUGFIX] `0.18.x` cherrypick `create_temp_tables` fixes from `develop` ([#9124](https://github.com/great-expectations/great_expectations/pull/9124)) diff --git a/docs/docusaurus/docs/components/_data.jsx b/docs/docusaurus/docs/components/_data.jsx index e875aeb64f81..a6d589f4fd77 100644 --- a/docs/docusaurus/docs/components/_data.jsx +++ b/docs/docusaurus/docs/components/_data.jsx @@ -1,5 +1,5 @@ export default { - release_version: 'great_expectations, version 0.18.6', + release_version: 'great_expectations, version 0.18.7', min_python: '3.8', max_python: '3.11' } diff --git a/docs/docusaurus/docusaurus.config.js b/docs/docusaurus/docusaurus.config.js index c92262e7c8bb..d72387ddafbf 100644 --- a/docs/docusaurus/docusaurus.config.js +++ b/docs/docusaurus/docusaurus.config.js @@ -243,7 +243,7 @@ module.exports = { lastVersion: 'current', versions: { current: { - label: '0.18.6', + label: '0.18.7', path: '' } } diff --git a/docs_rtd/changelog.rst b/docs_rtd/changelog.rst index 95d05c021c7e..eb20f6e8a06c 100644 --- a/docs_rtd/changelog.rst +++ b/docs_rtd/changelog.rst @@ -4,6 +4,12 @@ Changelog ######### +0.18.7 +----------------- +* [BUGFIX] 0.18.x - Apply `QueryAsset` splitting fix ([#9160](https://github.com/great-expectations/great_expectations/pull/9160)) +* [CONTRIB] ExpectColumnValuesToBePresentInOtherTable - Referential Integrity (0.18 branch) ([#9145](https://github.com/great-expectations/great_expectations/pull/9145)) +* [CONTRIB] ExpectColumnValuesToBePresentInOtherTable - Wording update ([#9151](https://github.com/great-expectations/great_expectations/pull/9151)) + 0.18.6 ----------------- * [BUGFIX] 0.18.x: Microsoft Fabric Semantic Link API update ([#9102](https://github.com/great-expectations/great_expectations/pull/9102)) diff --git a/great_expectations/deployment_version b/great_expectations/deployment_version index a1b6a99c6f00..fc67997161f3 100644 --- a/great_expectations/deployment_version +++ b/great_expectations/deployment_version @@ -1 +1 @@ -0.18.6 +0.18.7