Skip to content

Commit 0927137

Browse files
committed
Bump minor version.
1 parent ae95bf1 commit 0927137

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/protocol/http/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTP
8-
VERSION = "0.45.0"
8+
VERSION = "0.46.0"
99
end
1010
end

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
2424

2525
Please see the [project releases](https://socketry.github.io/protocol-http/releases/index) for all releases.
2626

27+
### v0.46.0
28+
29+
- Add support for `priority:` header.
30+
2731
### v0.33.0
2832

2933
- Clarify behaviour of streaming bodies and copy `Protocol::Rack::Body::Streaming` to `Protocol::HTTP::Body::Streamable`.

releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.46.0
44

55
- Add support for `priority:` header.
66

0 commit comments

Comments
 (0)