Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Dec 8, 2021
1 parent 21f545b commit 1662bd9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 3.0.0

## Features

- Update serverless integration for v3 compatibility (breaks integration with serverless < 2.32.0) (#193)

_Mariusz Nowak_

- Add options for specifying SSL cert location when serving locally (#195)

_Nathaniel J. Padgett_

- Support wsgi handler placed in a subfolder (#198)

_Felipe Passos_

# 2.0.2

## Bugs
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-wsgi",
"version": "2.0.2",
"version": "3.0.0",
"engines": {
"node": ">=10"
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="serverless-wsgi",
version="2.0.2",
version="3.0.0",
python_requires=">3.6",
author="Logan Raarup",
author_email="[email protected]",
Expand Down

0 comments on commit 1662bd9

Please sign in to comment.