We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952b248 commit 86177e4Copy full SHA for 86177e4
CHANGELOG.md
@@ -1,13 +1,6 @@
1
Changelog
2
=========
3
4
-5.8.0
5
------
6
-
7
-- Add support for Microsoft national clouds via Graph API base URL (PR #590)
8
-- Avoid stopping processing when an invalid DMARC report is encountered (PR #587)
9
-- Increase `http.client._MAXHEADERS` from `100` to `200` to avoid errors connecting to Elasticsearch/OpenSearch (PR #589)
10
11
5.7.11
12
13
checkdmarc/_constants.py
@@ -18,7 +18,7 @@
18
See the License for the specific language governing permissions and
19
limitations under the License."""
20
21
-__version__ = "5.8.0"
+__version__ = "5.7.11"
22
23
OS = platform.system()
24
OS_RELEASE = platform.release()
0 commit comments