diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe22e4..fee94e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.9.12] - 2021-09-12 + * Added: New `--skip-dns` flag for `domain add` and `domain delete` which skips making any DNS changes * Added: Long-awaited `sail restore` command, to restore complete site backups to production * Added: New `--skip-replace` argument for `domain make-primary`, to skip the search-replace ops diff --git a/sail/__version__.py b/sail/__version__.py index 6dfcbd1..0fd6de7 100644 --- a/sail/__version__.py +++ b/sail/__version__.py @@ -1,6 +1,6 @@ __title__ = 'sail' __description__ = 'CLI tool to deploy and manage WordPress applications on DigitalOcean' -__version__ = '0.9.11' +__version__ = '0.9.12' __author__ = 'Konstantin Kovshenin' __author_email__ = 'kovshenin@gmail.com' __url__ = 'https://sailed.io'