diff --git a/CHANGELOG.md b/CHANGELOG.md index d59027904..32a96bf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Release notes -### 0.13.1 -- TBD +### 0.13.1 -- Apr 16, 2021 * Add `None` as an alias for `IS NULL` comparison in `dict` restrictions (#824) PR #893 * Drop support for MySQL 5.6 since it has reached EOL PR #893 * Bugfix - `schema.list_tables()` is not topologically sorted (#838) PR #893 diff --git a/docs-parts/intro/Releases_lang1.rst b/docs-parts/intro/Releases_lang1.rst index ca6decaff..dd7ad589c 100644 --- a/docs-parts/intro/Releases_lang1.rst +++ b/docs-parts/intro/Releases_lang1.rst @@ -1,4 +1,4 @@ -0.13.1 -- TBD +0.13.1 -- Apr 16, 2021 ---------------------- * Add `None` as an alias for `IS NULL` comparison in `dict` restrictions (#824) PR #893 * Drop support for MySQL 5.6 since it has reached EOL PR #893