Skip to content

Commit cfe8a27

Browse files
Bumping version to 1.21.8
1 parent 648b77c commit cfe8a27

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

.changes/1.21.8.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"schema-version": "1.0",
3+
"changes": [
4+
{
5+
"type": "enhancement",
6+
"category": "Authorizers",
7+
"description": "Add support for custom headers in built-in authorizers (#1613)"
8+
}
9+
]
10+
}

.changes/next-release/111036868438-enhancement-Authorizers-53475.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
=========
44

5+
1.21.8
6+
======
7+
8+
* enhancement:Authorizers:Add support for custom headers in built-in authorizers (#1613)
9+
10+
511
1.21.7
612
======
713

chalice/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from collections import defaultdict
1515

1616

17-
__version__ = '1.21.7'
17+
__version__ = '1.21.8'
1818
_PARAMS = re.compile(r'{\w+}')
1919

2020
# Implementation note: This file is intended to be a standalone file

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# The short X.Y version.
6464
version = u'1.21'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'1.21.7'
66+
release = u'1.21.8'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='chalice',
26-
version='1.21.7',
26+
version='1.21.8',
2727
description="Microframework",
2828
long_description=README,
2929
author="James Saryerwinnie",

0 commit comments

Comments
 (0)