Skip to content

Commit d8b5f53

Browse files
committed
Bump minor version.
1 parent 99873c6 commit d8b5f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/protocol/http/version.rb

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

66
module Protocol
77
module HTTP
8-
VERSION = "0.61.0"
8+
VERSION = "0.62.0"
99
end
1010
end

readme.md

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

3333
### v0.61.0
3434

35-
- Introduce `Protocol::HTTP::RequestRefusedError` for indicating a request was not processed by the server and can be safely retried.
35+
- Introduce `Protocol::HTTP::RefusedError` for indicating a stream or request was refused before processing and can be safely retried. `RequestRefusedError` is provided as an alias for backwards compatibility.
3636

3737
### v0.60.0
3838

0 commit comments

Comments
 (0)