diff --git a/dbbackup/VERSION b/dbbackup/VERSION index ee74734a..6aba2b24 100644 --- a/dbbackup/VERSION +++ b/dbbackup/VERSION @@ -1 +1 @@ -4.1.0 +4.2.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index b0384b96..672c6021 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Changelog Unreleased ---------- +* Nothing (yet)! + +4.2.0 (2024-08-22) +------------------ + * Default HOST to localhost for postgres databases. https://github.com/jazzband/django-dbbackup/issues/520 * Add PostgreSQL Schema support by @angryfoxx in https://github.com/jazzband/django-dbbackup/pull/507 * Fix restore of database from S3 storage by reintroducing inputfile.seek(0) to utils.uncompress_file