diff --git a/HISTORY.md b/HISTORY.md index 65e079c..ae16b36 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,16 @@ -1.1.2 (TODO) +1.2.0 (2023-01-20) +========= + +**Bugfixes** + +- Fix #34, port numbers on header, with #63. Thanks @phillipberndt. + +**Changes** + +- test against 3.10. Currently supporting 3.8-3.10. +- small fixup to flake8 config + +1.1.2 (2022-03-24) ========= **Changes** diff --git a/requests_aws4auth/__init__.py b/requests_aws4auth/__init__.py index 9a8eda6..cfbe937 100644 --- a/requests_aws4auth/__init__.py +++ b/requests_aws4auth/__init__.py @@ -199,4 +199,4 @@ del aws4signingkey del exceptions -__version__ = '1.1.2' +__version__ = '1.2.0'