From 84a70162e8243105ec6ffa1581d471408a03962d Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 13 Oct 2024 15:15:56 +1300 Subject: [PATCH] Bump minor version. --- lib/async/http/version.rb | 2 +- readme.md | 4 ++++ releases.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/async/http/version.rb b/lib/async/http/version.rb index 58b3158..274d03e 100644 --- a/lib/async/http/version.rb +++ b/lib/async/http/version.rb @@ -5,6 +5,6 @@ module Async module HTTP - VERSION = "0.80.1" + VERSION = "0.81.0" end end diff --git a/readme.md b/readme.md index 421335c..cae808e 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.81.0 + + - Expose `protocol` and `endpoint` as tags to `async-pool` for improved instrumentation. + ### v0.77.0 - Improved HTTP/1 connection handling. diff --git a/releases.md b/releases.md index 149eca3..cd7e8a9 100644 --- a/releases.md +++ b/releases.md @@ -1,6 +1,6 @@ # Releases -## Unreleased +## v0.81.0 - Expose `protocol` and `endpoint` as tags to `async-pool` for improved instrumentation.