Skip to content

Commit

Permalink
Update CHANGELOG, version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Apr 7, 2017
1 parent ecd596d commit 218cb62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.1
## Features
* Pass Lambda context in the `context` property of the WSGI environment.

*Lucas Costa*


# 1.1.0
## Features
* Support for multiple Set-Cookie headers (#11). *Thanks to Ben Bangert for creating an issue and providing an implementation.*
Expand Down
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": "1.1.0",
"version": "1.1.1",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit 218cb62

Please sign in to comment.