diff --git a/Changes.rst b/Changes.rst index 39ec1e6..72bd2a3 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,10 @@ +Changes for v0.2.0 (2020-08-29) +=============================== + +- Implemented support for (created) and (expires) special headers (#14) + +- Raise informative error when unable to compute body digest + Changes for v0.1.0 (2018-11-05) =============================== diff --git a/setup.py b/setup.py index 2aae3ac..83f4396 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='requests-http-signature', - version='0.1.0', + version='0.2.0', url='https://github.com/kislyuk/requests-http-signature', license='Apache Software License', author='Andrey Kislyuk',