Skip to content

Commit

Permalink
Merge pull request Miserlou#1831 from Miserlou/release/0.48.2
Browse files Browse the repository at this point in the history
Proposed release 0.48.2
  • Loading branch information
mcrowson authored Mar 20, 2019
2 parents b741420 + 9594851 commit c46d464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Zappa Changelog

## 0.48.2
* Fix for invalid values of HTTP_HOST and others (introduced in 0.48.0)

## 0.48.1
* Fix for an issue where you couldn't update a function if it had been deployed with a version prior to 0.48.0
* Support for private (VPC-only) API Gateway endpoints
Expand Down
2 changes: 1 addition & 1 deletion zappa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions)
raise RuntimeError(err_msg)

__version__ = '0.48.1'
__version__ = '0.48.2'

0 comments on commit c46d464

Please sign in to comment.