From 4708e8bb8928a06d668c215511c163a59a9b9fc8 Mon Sep 17 00:00:00 2001 From: Wesley Aptekar-Cassels Date: Thu, 7 May 2026 10:47:05 -0400 Subject: [PATCH] release: Fix changelog date. This slipped through the cracks when choosing to do the release today. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a902dde48..1fd5e1fb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file describes changes in Arti through the current release. Once Arti is more mature, we may switch to using a separate changelog for each crate. -# Arti 2.3.0 — 6 April 2026 +# Arti 2.3.0 — 7 April 2026 Arti 2.3.0 continues development on relay, directory authority, and RPC functionality. It also adds a couple new logging-related features, including the ability to log to syslog. -- GitLab