Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Oct 17, 2022
1 parent 0731e0f commit 8b5746b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.1.1] - 2022-10-17

- `#to_ary` on response body is no longer called to support Rack::CommonLogger and keep compatibility with Rack 2 specification.

## [0.1.0] - 2022-10-17

- Initial release
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apigatewayv2_rack (0.1.0)
apigatewayv2_rack (0.1.1)
rack

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/apigatewayv2_rack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Apigatewayv2Rack
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 8b5746b

Please sign in to comment.