From 482066d5e141436eb5561f267473d60d671dca77 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 1 Sep 2022 12:07:46 -0500 Subject: [PATCH] Changelog notes for 22.08.1 (#3639) --- CHANGELOG.md | 6 +++++- VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112bf211bebf..73d37a57c5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 22.08 (2022-08-02) +# 22.08.1 (2022-09-01) + +This is a patch release that fixes a panic caused by closing splits or buffers. ([#3633](https://github.com/helix-editor/helix/pull/3633)) + +# 22.08 (2022-08-31) A big _thank you_ to our contributors! This release had 87 contributors. diff --git a/VERSION b/VERSION index dea5911d6bd4..b9ed4c22ac55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.08 \ No newline at end of file +22.08.1 \ No newline at end of file