From fd570bc36fc52271e0a499d34df35512f2ee44e6 Mon Sep 17 00:00:00 2001 From: glendc Date: Tue, 21 Nov 2023 00:23:30 +0100 Subject: [PATCH] fix changelog for tower-async-hyper --- tower-async-hyper/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tower-async-hyper/CHANGELOG.md b/tower-async-hyper/CHANGELOG.md index e09a3e9..a1125a0 100644 --- a/tower-async-hyper/CHANGELOG.md +++ b/tower-async-hyper/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.2.0 (November 20, 2023) +## 0.1.0 (November 20, 2023) - Initial release. Bridges `hyper` (v1) with `tower-async`. - Compatible with new `tower_async::Service` contract: