diff --git a/docs/release-notes.rst b/docs/release-notes.rst index fad305be..42ebc6cf 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -32,11 +32,8 @@ Release notes Stability, Maintainability, and Testing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -vYY.0M.MICRO (Unreleased) -------------------------- - -Security -~~~~~~~~ +v23.08.0 (2023-08-28) +--------------------- Features ~~~~~~~~ @@ -46,25 +43,16 @@ Features * Added ``SFTPFileTransfer`` which is similar to ``SSHFileTransfer`` but relies only on SFTP. * Added support for attachments. -Breaking changes -~~~~~~~~~~~~~~~~ - Bugfixes ~~~~~~~~ * Fields of derived datasets are no longer initialized when downloading raw datasets and vice versa. -Documentation -~~~~~~~~~~~~~ - Deprecations ~~~~~~~~~~~~ * Deprecated ``SSHFileTransfer`` in favor of ``SFTPFileTransfer``. -Stability, Maintainability, and Testing -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - v23.07.0 (2023-07-07) ---------------------