diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4a940..bf350e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## 0.2.3 +## [0.2.4] - 2021-06-15 + +### Added + +- Tox and GitHub workflows to run test, staging and release automatically. + +## [0.2.3] ### Added @@ -10,13 +16,13 @@ - Drop support for Python 3.5(due to flask upgrade). -## 0.2.2 +## [0.2.2] ### Changed - Set `None` as the default value for the `from_email` and `recipient_list` of `send_mail()` function. -## 0.2.0 +## [0.2.0] A few breaking changes have been made in this version to ensure that API of this extension is basically the same as Django. Users migrating from Flask-Mail should upgrade with caution. diff --git a/setup.cfg b/setup.cfg index d502c1d..c856522 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,10 +7,6 @@ tag = True search = version = "{current_version}" replace = version = "{new_version}" -[bumpversion:file:flask_mailman/__init__.py] -search = __version__ = '{current_version}' -replace = __version__ = '{new_version}' - [flake8] max-line-length = 120 max-complexity = 18