Skip to content

Commit 0cabc7e

Browse files
author
ask-pyth
committed
Release 1.2.0. For changelog, check CHANGELOG.rst
1 parent b1c02b7 commit 0cabc7e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ask-sdk-webservice-support/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ This release contains the following changes :
3232

3333
- Timestamp verifier checks the total number of seconds between request timestamp and server timestamp.
3434
- Add context management to urlopen method used in request verification.
35+
36+
37+
1.2.0
38+
~~~~~
39+
40+
This release contains the following changes :
41+
42+
- Case-insensitive header value retrieval for request verification. `136 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/issues/136>`__

ask-sdk-webservice-support/ask_sdk_webservice_support/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'running skills, built using the Alexa Skills Kit '
2121
'SDK, as web applications.')
2222
__url__ = 'https://github.com/alexa/alexa-skills-kit-sdk-for-python'
23-
__version__ = '1.1.0'
23+
__version__ = '1.2.0'
2424
__author__ = 'Alexa Skills Kit'
2525
__author_email__ = 'ask-sdk-dynamic@amazon.com'
2626
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)