Skip to content

Commit 931dfd5

Browse files
Bump patch version to 2.0.1, update changelog
1 parent d94a9b6 commit 931dfd5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.1
2+
3+
- Correctly initialise `Rack::Headers` instance for events containing `multiValueHeaders`
4+
_Matthew Pickin_
5+
16
# 2.0.0
27

38
- Add support for Rack v3 (#44)

serverless-rack.gemspec

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

33
Gem::Specification.new do |s|
44
s.name = 'serverless-rack'
5-
s.version = '2.0.0'
5+
s.version = '2.0.1'
66
s.summary =
77
'Serverless plugin to deploy Ruby Rack applications (Sinatra/Padrino/Cuba etc.) ' \
88
'and bundle gems'

0 commit comments

Comments
 (0)