From 098c95506c497fc99c101469d58dfcf16ef99eee Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 5 Nov 2024 16:37:59 +1300 Subject: [PATCH] Add releases section. --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 976cefb..59678c0 100644 --- a/readme.md +++ b/readme.md @@ -28,6 +28,14 @@ Please see the [project documentation](https://socketry.github.io/console/) for - [Events](https://socketry.github.io/console/guides/events/index) - This guide explains how to log structured events with a well-defined schema. +## Releases + +Please see the [project releases](https://socketry.github.io/console/releases/index) for all releases. + +### v1.28.0 + + - Add support for `Kernel#warn` redirection to `Console.warn`. + ## Contributing We welcome contributions to this project.