Skip to content

Commit

Permalink
Release 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jan 30, 2022
1 parent 1da6022 commit 82f01e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Changelog

.. towncrier release notes start
22.1.0 (2022-01-29)
===================

Bugfixes
--------

- 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>`__)


21.5.0 (2021-05-24)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/339.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/treq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

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

0 comments on commit 82f01e6

Please sign in to comment.