We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8100f8 commit eb59588Copy full SHA for eb59588
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+5.1.0
5
+-----
6
+
7
+- Feature: Add XOAUTH2 authentication support
8
9
10
5.0.0
11
-----
12
src/aiosmtplib/__init__.py
@@ -34,7 +34,7 @@
34
35
36
__title__ = "aiosmtplib"
37
-__version__ = "5.0.0"
+__version__ = "5.1.0"
38
__author__ = "Cole Maclean"
39
__license__ = "MIT"
40
__copyright__ = "Copyright 2022 Cole Maclean"
0 commit comments