From 5940cca6d7e048c6c0eb97044de71f4b455b8344 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 18 Aug 2024 16:05:27 +1200 Subject: [PATCH] Add releases. --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index 7f9cd10..c770c88 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,18 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f - [Getting Started](https://socketry.github.io/async-http/guides/getting-started/index) - This guide explains how to use use `Async::HTTP::Faraday` as a drop-in replacement for improved concurrency. +## Releases + +Please see the [project changes](https://socketry.github.io/async-http//changes/index) for all releases. + +### v0.18.0 + + - [Config Block](https://socketry.github.io/async-http/changes/index#config-block) + +### v0.17.0 + + - [Per-thread Client Cache](https://socketry.github.io/async-http/changes/index#per-thread-client-cache) + ## Contributing We welcome contributions to this project.