From 1a8b7dd0e743cb72692193966dc3964e3d50257d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 16 Mar 2022 11:11:14 +0100 Subject: [PATCH] docs(changelog): switch to annotated release tags --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7095b0d..a3cdcde4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Add: add error reporting system (https://github.com/zellij-org/zellij/pull/1038) +* Fix: switch to annotated release tags (https://github.com/zellij-org/zellij/pull/1223) ## [0.26.0] - 2022-03-11 * Fix: invalid assignment of `client_id` (https://github.com/zellij-org/zellij/pull/1052)