Skip to content

Commit

Permalink
Release 1.2.0. For changelog, check CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-pyth committed Jan 7, 2020
1 parent b1c02b7 commit 0cabc7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ask-sdk-webservice-support/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ This release contains the following changes :

- Timestamp verifier checks the total number of seconds between request timestamp and server timestamp.
- Add context management to urlopen method used in request verification.


1.2.0
~~~~~

This release contains the following changes :

- Case-insensitive header value retrieval for request verification. `136 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/issues/136>`__
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'running skills, built using the Alexa Skills Kit '
'SDK, as web applications.')
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
__version__ = '1.1.0'
__version__ = '1.2.0'
__author__ = 'Alexa Skills Kit'
__author_email__ = '[email protected]'
__license__ = 'Apache 2.0'
Expand Down

0 comments on commit 0cabc7e

Please sign in to comment.