Skip to content

Commit 82f01e6

Browse files
committed
Release 22.1.0
1 parent 1da6022 commit 82f01e6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
22.1.0 (2022-01-29)
12+
===================
13+
14+
Bugfixes
15+
--------
16+
17+
- Cookies specified as a dict were sent to every domain, not just the domain of the request, potentially exposing them on redirect. See `GHSA-fhpf-pp6p-55qc <https://github.com/twisted/treq/security/advisories/GHSA-fhpf-pp6p-55qc>`_. (`#339 <https://github.com/twisted/treq/issues/339>`__)
18+
19+
1120
21.5.0 (2021-05-24)
1221
===================
1322

changelog.d/339.bugfix.rst

-1
This file was deleted.

src/treq/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
from incremental import Version
99

10-
__version__ = Version("treq", 21, 5, 0)
10+
__version__ = Version("treq", 22, 1, 0)
1111
__all__ = ["__version__"]

0 commit comments

Comments
 (0)