From f9cef46767de469cf6af576952d32da465893fdf Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 4 Sep 2024 12:55:06 +1200 Subject: [PATCH] Bump minor version. --- lib/async/http/version.rb | 2 +- readme.md | 4 ++++ releases.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/async/http/version.rb b/lib/async/http/version.rb index fbce57c..4b9a3bd 100644 --- a/lib/async/http/version.rb +++ b/lib/async/http/version.rb @@ -5,6 +5,6 @@ module Async module HTTP - VERSION = "0.74.0" + VERSION = "0.75.0" end end diff --git a/readme.md b/readme.md index 8e37e82..350f33a 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f Please see the [project releases](https://socketry.github.io/async-http/releases/index) for all releases. +### v0.75.0 + + - Better handling of HTTP/1 \<-\> HTTP/2 proxying, specifically upgrade/CONNECT requests. + ### v0.74.0 - [`Async::HTTP::Internet` accepts keyword arguments](https://socketry.github.io/async-http/releases/index#async::http::internet-accepts-keyword-arguments) diff --git a/releases.md b/releases.md index a527a13..6bc17f8 100644 --- a/releases.md +++ b/releases.md @@ -1,8 +1,8 @@ # Releases -## Unreleased +## v0.75.0 -- Better handling of HTTP/1 <-> HTTP/2 proxying, specifically upgrade/CONNECT requests. + - Better handling of HTTP/1 \<-\> HTTP/2 proxying, specifically upgrade/CONNECT requests. ## v0.74.0