Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 15, 2021
1 parent 52a40b4 commit d592f1c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


.. towncrier release notes start
1.2.0 (2021-12-15)
==================

Bugfixes
--------

- Raise a ``HTTPBadRequest`` instead of ``ValueError`` when ``X-Forwarded-For`` header is not a valid IP. (`#311 <https://github.com/aio-libs/aiohttp-remotes/issues/311>`_)


Deprecations and Removals
-------------------------

- Dropped Python 3.6 support, the minimal supported aiohttp is 3.8.1 (`#331 <https://github.com/aio-libs/aiohttp-remotes/issues/331>`_)


1.1.0 (2021-11-04)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/311.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/331.removal

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp_remotes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""


__version__ = "1.1.0"
__version__ = "1.2.0"


from typing_extensions import Protocol
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Documentation = "https://aiohttp-remotes.readthedocs.io"


[tool.towncrier]
package = "aiohttp-remotes"
package = "aiohttp_remotes"
filename = "CHANGES.rst"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
Expand Down

0 comments on commit d592f1c

Please sign in to comment.