Skip to content

Commit c46d464

Browse files
authored
Merge pull request #1831 from Miserlou/release/0.48.2
Proposed release 0.48.2
2 parents b741420 + 9594851 commit c46d464

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Zappa Changelog
22

3+
## 0.48.2
4+
* Fix for invalid values of HTTP_HOST and others (introduced in 0.48.0)
5+
36
## 0.48.1
47
* Fix for an issue where you couldn't update a function if it had been deployed with a version prior to 0.48.0
58
* Support for private (VPC-only) API Gateway endpoints

zappa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions)
1212
raise RuntimeError(err_msg)
1313

14-
__version__ = '0.48.1'
14+
__version__ = '0.48.2'

0 commit comments

Comments
 (0)