Skip to content

Commit 2de4ff2

Browse files
committed
Bump minor version.
1 parent d20c764 commit 2de4ff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/async/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module HTTP
8-
VERSION = "0.92.2"
8+
VERSION = "0.93.0"
99
end
1010
end

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
1818

1919
### v0.92.2
2020

21-
- Better handling of trailers.
21+
- Better handling of trailers. If invalid trailers are received, the connection (HTTP/1) or stream (HTTP/2) is reset.
2222

2323
### v0.92.0
2424

0 commit comments

Comments
 (0)